diff options
author | Peter Goldsborough <psag@fb.com> | 2018-12-11 16:36:25 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-12-11 17:16:11 -0800 |
commit | 73ee7fda4cc0fdd5805cde2d2169cbfd48d4e3b9 (patch) | |
tree | b60b12408ab836163ea34943fe304e4d1cde4774 /tools/jit | |
parent | 05523268469c48725aed180aa01cb0cdf8260237 (diff) | |
download | pytorch-73ee7fda4cc0fdd5805cde2d2169cbfd48d4e3b9.tar.gz pytorch-73ee7fda4cc0fdd5805cde2d2169cbfd48d4e3b9.tar.bz2 pytorch-73ee7fda4cc0fdd5805cde2d2169cbfd48d4e3b9.zip |
Remove deprecated variable_tensor_functions (#15003)
Summary:
Removing the deprecated functions in `torch/csrc/variable_tensor_functions.h` (like `torch::CPU`) and corresponding implementations from `torch/csrc/torch.cpp` from master after the release.
ezyang gchanan soumith
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15003
Differential Revision: D13418086
Pulled By: goldsborough
fbshipit-source-id: a0accdf6f7b0efa1ec07ac7b74b86ff2da37543f
Diffstat (limited to 'tools/jit')
-rw-r--r-- | tools/jit/templates/register_aten_ops.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/jit/templates/register_aten_ops.cpp b/tools/jit/templates/register_aten_ops.cpp index a3e0785e0d..69d724d451 100644 --- a/tools/jit/templates/register_aten_ops.cpp +++ b/tools/jit/templates/register_aten_ops.cpp @@ -5,7 +5,6 @@ #include "torch/csrc/jit/interned_strings.h" #include "torch/csrc/utils/functional.h" -#include "torch/csrc/variable_tensor_functions.h" #include "torch/csrc/autograd/generated/variable_factories.h" #include <ATen/ATen.h> |