mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/31003 - ghstack-source-id: 95663728 Test Plan: unit tests Differential Revision: D18896189 fbshipit-source-id: d71f7678fff644536fe30452ee21a5a7df1f1f0b
12 lines
354 B
C
12 lines
354 B
C
#pragma once
|
|
|
|
#include <torch/csrc/api/include/torch/types.h>
|
|
#include <torch/csrc/autograd/generated/variable_factories.h>
|
|
#include <torch/csrc/autograd/grad_mode.h>
|
|
#include <torch/csrc/jit/custom_operator.h>
|
|
#include <torch/csrc/jit/import.h>
|
|
#include <torch/csrc/jit/pickle.h>
|
|
#include <torch/csrc/autograd/custom_function.h>
|
|
|
|
#include <ATen/ATen.h>
|