Skip to content

Commit

Permalink
remove sym_size lowering pass
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Mar 1, 2025
1 parent d718464 commit 0f744be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from .remove_detach import remove_detach
from .remove_input_alias_fixing_clones import remove_input_alias_fixing_clones
from .remove_num_users_is_0_nodes import remove_num_users_is_0_nodes
from .remove_sym_size_and_constrain_nodes import remove_sym_size_and_constrain_nodes
from .repair_input_as_output import repair_input_as_output
from .replace_max_pool_with_indices import replace_max_pool_with_indices

Expand All @@ -27,7 +26,6 @@
replace_max_pool_with_indices,
remove_assert_nodes,
accumulate_fp32_matmul,
remove_sym_size_and_constrain_nodes,
remove_num_users_is_0_nodes,
]
)
Expand Down

This file was deleted.

0 comments on commit 0f744be

Please sign in to comment.