Skip to content

Update no_unions flag for nanopb gen and update ONNX proto files#5972

Merged
ezyang merged 1 commit intopytorch:masterfrom
jamesr66a:no_unions
Mar 23, 2018
Merged

Update no_unions flag for nanopb gen and update ONNX proto files#5972
ezyang merged 1 commit intopytorch:masterfrom
jamesr66a:no_unions

Conversation

@jamesr66a
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread torch/csrc/jit/export.cpp
void encodeTypeProtoTensorType(onnx::TypeProtoTensorTypeProto* tensor_type, Value* n) {
onnx::TypeProtoTensorShapeProto* shape = tensor_type->mutable_shape();
void encodeTypeProtoTensorType(onnx::TypeProtoTensor* tensor_type, Value* n) {
onnx::TensorShapeProto* shape = tensor_type->mutable_shape();

This comment was marked as off-topic.

Copy link
Copy Markdown
Contributor

@ezyang ezyang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's up with onnx-fb-universe? I thought this shouldn't be BC breaking.

@jamesr66a
Copy link
Copy Markdown
Collaborator Author

@ezyang
Copy link
Copy Markdown
Contributor

ezyang commented Mar 23, 2018

OK, I don't see a companion PR for onnx-fb-universe. Please ping when you have it.

@ezyang ezyang merged commit 641fb21 into pytorch:master Mar 23, 2018
sighingnow added a commit to sighingnow/pytorch that referenced this pull request Mar 25, 2018
* upstream/master: (663 commits)
  Fix "command not found" error in perf test (pytorch#5982)
  add pip mkl-devel to the error message when mkl is found but mkl headers are not (pytorch#5984)
  Support batch LowerCholeskyTransform (pytorch#5980)
  Linearly interpolating upsampling fix (pytorch#5927)
  Store perf numbers in S3 (pytorch#5951)
  Modidy setup docs for Windows (pytorch#5981)
  Group Normalization (pytorch#5968)
  [distributions] Implement Power transform (pytorch#5976)
  Disable TestBottleneck test_cuda on Windows (pytorch#5977)
  Fix crash when cat-ing empty cuda tensors (pytorch#5971)
  Update no_unions flag for nanopb gen and update ONNX proto files (pytorch#5972)
  Expose gradients w.r.t. input & weight for conv1d, conv2d, conv3d in Python (pytorch#5408)
  Fixed non-determinate preprocessing on DataLoader (pytorch#4640)
  add AVX2 implementation for sigmoid function (pytorch#5010)
  Implement torch.util.bottleneck (pytorch#5216)
  Remove pragma once from cpp file (pytorch#5965)
  fix mvn docs (pytorch#5967)
  Fix incorrect rendering of Tensor.index_*_ doc examples. (pytorch#5969)
  Implement range for loop in script (pytorch#5827)
  Add windows doc (pytorch#5859)
  ...

# Conflicts:
#	aten/src/TH/generic/THTensorMath.c
#	torch/_tensor_docs.py
#	torch/csrc/generic/methods/TensorCompare.cwrap
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants