mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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
7 lines
170 B
C
7 lines
170 B
C
#pragma once
|
|
|
|
// All pure C++ headers for the C++ frontend.
|
|
#include <torch/all.h>
|
|
// Python bindings for the C++ frontend (includes Python.h).
|
|
#include <torch/python.h>
|