mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Move JIT-related files to jit dir. Remove IR interpreter
This commit is contained in:
committed by
Soumith Chintala
parent
1325fa511c
commit
ea05ac8f41
@ -1,5 +1,4 @@
|
||||
#include "torch/csrc/autograd/python_variable.h"
|
||||
#include "torch/csrc/autograd/python_ir.h"
|
||||
|
||||
#include <structmember.h>
|
||||
|
||||
@ -9,6 +8,7 @@
|
||||
#include "torch/csrc/autograd/python_cpp_function.h"
|
||||
#include "torch/csrc/autograd/python_hook.h"
|
||||
#include "torch/csrc/autograd/functions/accumulate_grad.h"
|
||||
#include "torch/csrc/jit/python_ir.h"
|
||||
#include "torch/csrc/cuda/AutoGPU.h"
|
||||
#include "torch/csrc/utils/auto_gil.h"
|
||||
#include "torch/csrc/Exceptions.h"
|
||||
|
Reference in New Issue
Block a user