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
This commit is contained in:
Peter Goldsborough
2018-12-11 16:36:25 -08:00
committed by Facebook Github Bot
parent 0552326846
commit 73ee7fda4c
12 changed files with 1 additions and 87 deletions

View File

@ -4,5 +4,3 @@
#include <torch/all.h>
// Python bindings for the C++ frontend (includes Python.h).
#include <torch/python.h>
// Deprecated tensor factories (to be removed).
#include <torch/csrc/variable_tensor_functions.h>