Fix include paths for TensorOptions
authorSebastian Messmer <messmer@fb.com>
Sat, 8 Dec 2018 00:18:19 +0000 (16:18 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 8 Dec 2018 00:23:44 +0000 (16:23 -0800)
commit086a37876b0b04f5ee87e260571148f5b84f91f8
tree202220faa22f164294ef9938f3cd21bedf59484a
parent459aac4f245c43f4f58539be8c67a2aadf224829
Fix include paths for TensorOptions

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14747

Reviewed By: ezyang

Differential Revision: D13318645

fbshipit-source-id: f5ba77a93f6019fbf5faffb47a2837c95fad474d
21 files changed:
aten/src/ATen/ATen.h
aten/src/ATen/Context.cpp
aten/src/ATen/InitialTensorOptions.h
aten/src/ATen/TensorOptions.h
aten/src/ATen/core/TensorImpl.h
aten/src/ATen/core/TensorMethods.h
aten/src/ATen/core/TensorOptions.h [deleted file]
aten/src/ATen/core/Type.h
aten/src/ATen/native/TensorFactories.cpp
aten/src/ATen/templates/Functions.h
aten/src/ATen/templates/NativeFunctions.h
aten/src/ATen/templates/TensorMethods.h
aten/src/ATen/templates/Type.h
aten/src/ATen/templates/TypeDefault.cpp
caffe2/core/tensor.h
test/cpp/api/tensor_options.cpp
test/cpp/api/tensor_options_cuda.cpp
tools/autograd/templates/Functions.cpp
torch/csrc/api/include/torch/nn/cloneable.h
torch/csrc/api/include/torch/nn/parallel/data_parallel.h
torch/csrc/autograd/python_variable_indexing.cpp