File tree Expand file tree Collapse file tree 2 files changed +0
-53
lines changed
Expand file tree Collapse file tree 2 files changed +0
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5858from tico .passes .remove_redundant_reshape import passes as RemoveRedundantViewPasses
5959from tico .passes .remove_redundant_slice import RemoveRedundantSlice
6060from tico .passes .remove_redundant_to_copy import RemoveRedundantToCopy
61- from tico .passes .remove_unused_inputs import RemoveUnusedInput
6261from tico .passes .restore_linear import RestoreLinear
6362from tico .passes .segment_index_select import SegmentIndexSelectConst
6463from tico .quantization .passes .fold_quant_ops import FoldQuantOps
@@ -262,7 +261,6 @@ def convert_exported_module_to_circle(
262261 * LowerToSlicePasses (),
263262 FuseLeadingUnsqueezeReshape (),
264263 CastClampMixedTypeArgs (),
265- RemoveUnusedInput (),
266264 ]
267265 )
268266 circle_legalize .run (exported_program )
You can’t perform that action at this time.
0 commit comments