Skip to content

Commit 6db0448

Browse files
committed
tidy
1 parent 8672bbb commit 6db0448

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

torch/csrc/jit/passes/onnx/shape_type_inference.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ void ONNXShapeTypeInference(Block* b, int opset_version) {
408408
}
409409
}
410410

411-
412411
} // namespace
413412

414413
void ONNXShapeTypeInference(Node* n, int opset_version) {

torch/onnx/symbolic_opset13.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
import torch
2-
import torch.onnx.symbolic_helper as sym_help
3-
from torch.onnx.symbolic_helper import parse_args, _parse_arg
4-
5-
from functools import wraps
6-
71
# EDITING THIS FILE? READ THIS FIRST!
82
# see Note [Edit Symbolic Files] in symbolic_helper.py
93

0 commit comments

Comments
 (0)