mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook Github Bot
parent
0552326846
commit
73ee7fda4c
@ -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>
|
||||
|
Reference in New Issue
Block a user