File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed
backends/xnnpack/operators Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 3030 op_minimum ,
3131 op_multiply ,
3232 op_negate ,
33+ op_permute ,
3334 op_prelu ,
3435 op_quantize_per_tensor ,
3536 op_relu ,
4243 op_squeeze ,
4344 op_static_constant_pad ,
4445 op_static_resize_bilinear_2d ,
45- op_static_transpose ,
4646 op_sub ,
4747 op_to_copy ,
4848)
Original file line number Diff line number Diff line change 2020
2121
2222@register_node_visitor
23- class StaticTransposeVisitor (NodeVisitor ):
23+ class PermuteVisitor (NodeVisitor ):
2424 target = "aten.permute_copy.default"
2525
2626 def __init__ (self , * args ) -> None :
Original file line number Diff line number Diff line change @@ -113,12 +113,3 @@ class OpSymSizeInt(OpSkipOps):
113113 """
114114
115115 target = "sym_size.int"
116-
117-
118- @register_node_visitor
119- class OpPermuteCopyDefault (OpSkipOps ):
120- """
121- do nothing if node is permute_copy.default
122- """
123-
124- target = "aten.permute_copy.default"
You can’t perform that action at this time.
0 commit comments