Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions torch/_export/passes/replace_sym_size_ops_pass.py

This file was deleted.

5 changes: 0 additions & 5 deletions torch/export/exported_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,6 @@ def run_decompositions(
ConstantAttrMap,
lift_constants_pass,
)
from torch._export.passes.replace_sym_size_ops_pass import (
_replace_sym_size_ops_pass,
)
from torch._functorch.aot_autograd import aot_export_module

def _get_placeholders(gm):
Expand Down Expand Up @@ -662,8 +659,6 @@ def update_arg(old_arg, new_ph):
assert k not in self.constants
self.constants[k] = v

_replace_sym_size_ops_pass(gm)

from torch._dynamo import config as _dynamo_config
from torch._export.passes._node_metadata_hook import (
_node_metadata_hook,
Expand Down