File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1414)
1515from executorch .backends .xnnpack ._passes .convert_to_linear import ConvertToLinearPass
1616from executorch .backends .xnnpack ._passes .convert_to_sdpa import ConvertToSDPAPass
17- from executorch .backends .xnnpack ._passes .convert_to_upsample_bilinear2d import (
18- ConvertToUpsampleBilinear2d ,
19- )
2017from executorch .backends .xnnpack ._passes .fuse_activation_pass import FuseActivationPass
2118from executorch .backends .xnnpack ._passes .fuse_batch_norm_with_conv import (
2219 FuseBatchNormWithConvPass ,
@@ -57,7 +54,6 @@ def __init__(
5754 self .passes = [
5855 # TODO - remove this pass once we have a better support for dim_order ops lowering
5956 DimOrderOpsRevertPass ,
60- ConvertToUpsampleBilinear2d ,
6157 ConvertToLinearPass ,
6258 ConvertToSDPAPass ,
6359 ConstPropPass ,
You can’t perform that action at this time.
0 commit comments