File tree 2 files changed +2
-2
lines changed
torch/csrc/jit/runtime/static
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change
1
+ #include < torch/csrc/jit/runtime/static/impl.h>
1
2
#include < ATen/core/interned_strings.h>
2
3
#include < ATen/core/op_registration/op_registration.h>
3
4
#include < torch/csrc/jit/passes/canonicalize.h>
4
5
#include < torch/csrc/jit/passes/freeze_module.h>
5
6
#include < torch/csrc/jit/passes/remove_mutation.h>
6
7
#include < torch/csrc/jit/passes/subgraph_rewrite.h>
7
- #include < torch/csrc/jit/runtime/static/impl.h>
8
8
#include < torch/csrc/jit/runtime/static/ops.h>
9
9
#include < torch/csrc/jit/runtime/vararg_functions.h>
10
10
Original file line number Diff line number Diff line change
1
+ #include < torch/csrc/jit/runtime/static/ops.h>
1
2
#include < ATen/NativeFunctions.h>
2
3
#include < torch/csrc/jit/ir/ir.h>
3
- #include < torch/csrc/jit/runtime/static/ops.h>
4
4
5
5
namespace torch {
6
6
namespace jit {
You can’t perform that action at this time.
0 commit comments