Back out "Move TensorOptions, DefaultTensorOptions and OptionsGuard to c10" (#14745)
authorSebastian Messmer <messmer@fb.com>
Tue, 4 Dec 2018 16:55:15 +0000 (08:55 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 4 Dec 2018 16:59:10 +0000 (08:59 -0800)
commit7e4a5b89fe74ac3acff073075f67be4f8027d556
tree408d4d7642f76dd55f3f474511a8ab1af1d704f4
parentff7deb95d737bf0defbacfa71ba60887ede48ec6
Back out "Move TensorOptions, DefaultTensorOptions and OptionsGuard to c10" (#14745)

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

Original commit changeset: c62e7f9b0255

Reviewed By: suo

Differential Revision: D13318594

fbshipit-source-id: 4d7dc35ca01b627accc3ee512bfcd6f2e805a533
aten/src/ATen/core/DefaultTensorOptions.h
aten/src/ATen/core/Tensor.h
aten/src/ATen/core/TensorMethods.h
aten/src/ATen/core/TensorOptions.cpp [moved from c10/core/TensorOptions.cpp with 87% similarity]
aten/src/ATen/core/TensorOptions.h
aten/src/ATen/templates/Tensor.h
aten/src/ATen/templates/TensorMethods.h
c10/core/DefaultTensorOptions.h [deleted file]
c10/core/TensorOptions.h [deleted file]
tools/autograd/templates/Functions.cpp