mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
Collapse tracing_state.h into tracer.h (#21513)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/21513 ghimport-source-id: 86278929818a8fc65684bd8f2ffac31460772fe9 Reviewed By: jamesr66a Differential Revision: D15719982 Pulled By: zdevito fbshipit-source-id: 56bb021dd949668562ea481c5ff0115a9ea2b02e
This commit is contained in:
committed by
Facebook Github Bot
parent
5f6afafdef
commit
8c5f3acfc0
@ -17,6 +17,7 @@
|
||||
#include <torch/csrc/autograd/saved_variable.h>
|
||||
#include <torch/csrc/autograd/python_anomaly_mode.h>
|
||||
#include <torch/csrc/jit/tracer.h>
|
||||
#include <torch/csrc/jit/ir.h>
|
||||
#include <torch/csrc/jit/python_tracer.h>
|
||||
#include <torch/csrc/DynamicTypes.h>
|
||||
#include <torch/csrc/utils/auto_gil.h>
|
||||
|
Reference in New Issue
Block a user