Move TensorImpl::ShareExternalPointer helper overloads to caffe2::Tensor#12096
Closed
ezyang wants to merge 1 commit intoexport-D10051078from
Closed
Move TensorImpl::ShareExternalPointer helper overloads to caffe2::Tensor#12096ezyang wants to merge 1 commit intoexport-D10051078from
ezyang wants to merge 1 commit intoexport-D10051078from
Conversation
Differential Revision: D10051126 Differential Version: 58925997
This was referenced Sep 26, 2018
Closed
jerryzh168
approved these changes
Sep 27, 2018
Contributor
jerryzh168
left a comment
There was a problem hiding this comment.
Approved via ghapprove -s D10051424
zdevito
pushed a commit
to zdevito/ATen
that referenced
this pull request
Sep 28, 2018
Summary: Pull Request resolved: pytorch/pytorch#12096 Reviewed By: jerryzh168 Differential Revision: D10051126 fbshipit-source-id: a9b95d00512a0b4e6339d4f3f0bb180dd0c79247
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack:
:white_circle: #11970 Make ATen-core and caffe2 mutually recursive / merge template data() 💛
:white_circle: #11971 Merge TensorImpl. 💛
:white_circle: #11972 Merge UndefinedTensorImpl. 💚
:white_circle: #12087 Rename TensorImpl::GetDeviceType to device_type, and properly test if is_variable 💛
:white_circle: #12089 Move ExtendTo to caffe2::Tensor from TensorImpl 💛
:white_circle: #12090 Move TensorImpl::ShrinkTo to caffe2::Tensor 💛
:white_circle: #12091 Move TensorImpl::ResizeLike to caffe2::Tensor 💛
:white_circle: #12092 Fix bug where Reshape() trashes strides. 💛
:white_circle: #12094 Move TensorImpl::Reshape(vector) to caffe2::Tensor 💛
:white_circle: #12095 Move TensorImpl::DebugString() to caffe2::Tensor 💛
:black_circle: #12096 Move TensorImpl::ShareExternalPointer helper overloads to caffe2::Tensor 💛
:white_circle: #12097 Implement caffe2::Tensor::raw_data() in terms of data() 💛
:white_circle: #12098 Move TensorImpl ndim, size, itemsize and nbytes to caffe2::Tensor 💛
:white_circle: #12099 Move TensorImpl size_from_dim, size_to_dim, size_between_dim, canonical_axis_index to caffe2::Tensor 💛
:white_circle: #12100 Move TensorImpl IsType, meta, dim32, dim, ExtractDeviceOption to caffe2::Tensor 💛
Differential Revision: D10051126