Replace more usages of Type with DeprecatedTypeProperties (#19093)
authorRoy Li <royboy@fb.com>
Thu, 11 Apr 2019 23:55:39 +0000 (16:55 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 12 Apr 2019 00:02:05 +0000 (17:02 -0700)
commit422b01e78889a9fd283d8fb86bb5527c5cae3cbf
treefb5da4350d4584ffdee01c86f5359912d7624da7
parentfea0a0be5375e9b09c7048dd0f4ec225b17cf225
Replace more usages of Type with DeprecatedTypeProperties (#19093)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/19093
ghimport-source-id: a82e3dce912a173b42a6a7e35eb1302d9f334e03

Differential Revision: D14865520

Pulled By: li-roy

fbshipit-source-id: b1a8bf32f87920ce8d82f990d670477bc79d0ca7
22 files changed:
aten/src/ATen/Context.h
aten/src/ATen/Dispatch.h
aten/src/ATen/core/DeprecatedTypeProperties.cpp [new file with mode: 0644]
aten/src/ATen/core/DeprecatedTypeProperties.h
aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp
aten/src/ATen/core/DeprecatedTypePropertiesRegistry.h
aten/src/ATen/core/Tensor.h
aten/src/ATen/core/TensorMethods.h
aten/src/ATen/native/TypeProperties.cpp
aten/src/ATen/templates/Tensor.h
aten/src/ATen/templates/TensorMethods.h
aten/src/ATen/test/apply_utils_test.cpp
aten/src/ATen/test/basic.cpp
aten/src/ATen/test/broadcast_test.cpp
aten/src/ATen/test/native_test.cpp
aten/src/ATen/test/scalar_tensor_test.cpp
aten/src/ATen/test/undefined_tensor_test.cpp
aten/src/ATen/test/wrapdim_test.cpp
test/cpp/jit/test_argument_spec.h
torch/csrc/Generator.cpp
torch/csrc/autograd/VariableTypeManual.cpp
torch/csrc/autograd/functions/tensor.h