Fix include paths for Scalar.h and ScalarType.h
authorSebastian Messmer <messmer@fb.com>
Tue, 27 Nov 2018 20:43:22 +0000 (12:43 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 27 Nov 2018 20:59:38 +0000 (12:59 -0800)
commit44e21cf5bbe3f7d537ac8ad4192de241f700bbb4
treebb8300545471216fce173138d9880df9dc09a91b
parent50e9c56830ba965c9f89abb946d0b7cefad38713
Fix include paths for Scalar.h and ScalarType.h

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

Reviewed By: ezyang

Differential Revision: D13081609

fbshipit-source-id: c27eeafa381b39e043f0261ea7f6f634ee8bc238
33 files changed:
aten/src/ATen/DeviceGuard.h
aten/src/ATen/InferSize.h
aten/src/ATen/ScalarOps.h
aten/src/ATen/ScalarType.h
aten/src/ATen/TensorOperators.h
aten/src/ATen/Utils.h
aten/src/ATen/core/DefaultTensorOptions.h
aten/src/ATen/core/Formatting.h
aten/src/ATen/core/LegacyTypeDispatch.h
aten/src/ATen/core/ScalarTypeUtils.h
aten/src/ATen/core/StorageImpl.h
aten/src/ATen/core/Tensor.h
aten/src/ATen/core/TensorMethods.h
aten/src/ATen/core/TensorOptions.cpp
aten/src/ATen/core/TensorOptions.h
aten/src/ATen/core/Type.h
aten/src/ATen/core/VariableHooksInterface.h
aten/src/ATen/detail/ScalarTypeConversions.h
aten/src/ATen/native/Activation.h
aten/src/ATen/native/DispatchStub.h
aten/src/ATen/native/TensorFactories.cpp
aten/src/ATen/templates/Functions.h
aten/src/ATen/templates/NativeFunctions.h
aten/src/ATen/templates/Tensor.h
aten/src/ATen/templates/TensorMethods.h
aten/src/ATen/templates/Type.h
aten/src/ATen/templates/TypeDefault.cpp
aten/src/TH/THBlasUtils.h
aten/src/TH/THStorageFunctions.hpp
aten/src/THC/THCStorage.hpp
test/cpp/api/tensor_options_cuda.cpp
torch/csrc/DynamicTypes.h
torch/csrc/utils/tensor_layouts.cpp