File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
projects/pt1/python/torch_mlir Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ def _get_decomposition_table():
5252 # support for aten.native_batch_norm_backward.
5353 aten ._native_batch_norm_legit_functional ,
5454 aten .native_group_norm ,
55- aten .split .Tensor ,
56- aten .split_with_sizes ,
5755 aten .norm .ScalarOpt_dim ,
5856 aten .embedding_dense_backward ,
5957 aten .native_layer_norm_backward ,
Original file line number Diff line number Diff line change 1010 torch .ops .aten .norm .ScalarOpt_dim ,
1111 torch .ops .aten .native_group_norm ,
1212 torch .ops .aten .upsample_bilinear2d .vec ,
13- torch .ops .aten .split .Tensor ,
14- torch .ops .aten .split_with_sizes ,
1513 torch .ops .aten .native_layer_norm ,
1614 torch .ops .aten .masked_fill .Tensor ,
1715 torch .ops .aten .masked_fill .Scalar ,
You can’t perform that action at this time.
0 commit comments