Skip to content

Commit 12a8bfb

Browse files
authored
[circle-mlir/tools-test] Add more Ops in impexp test (#14854)
This will add more Ops in import-export tests. ONE-DCO-1.0-Signed-off-by: SaeHie Park <saehie.park@gmail.com>
1 parent 2464be0 commit 12a8bfb

File tree

1 file changed

+24
-0
lines changed
  • circle-mlir/circle-mlir/tools-test/circle-impexp-test

1 file changed

+24
-0
lines changed

circle-mlir/circle-mlir/tools-test/circle-impexp-test/test.lst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,27 @@
66

77
AddModel(Add_F32_R4)
88
AddModel(Add_F32_R4_C1)
9+
AddModel(Conv2d_F32_R4)
10+
AddModel(Conv2d_F32_R4_nobias)
11+
AddModel(Conv2d_F32_R4_k33)
12+
AddModel(Conv2d_F32_R4_p11)
13+
AddModel(Conv2d_F32_R4_p10)
14+
# TODO AddModel(Conv2d_F32_R4_g2)
15+
# TODO AddModel(Conv2d_F32_R4_g5)
16+
AddModel(Conv2d_F32_R4_s2)
17+
AddModel(Conv2d_F32_R4_dil)
18+
# TODO AddModel(Conv2d_F32_R4_dil_g2)
19+
AddModel(Pad_Constant2d_F32_R4)
20+
# TODO AddModel(Pad_Constant2d_F32_R4_v14)
21+
AddModel(Pad_Constant2d_F32_R4_1)
22+
AddModel(Pad_Constant2d_F32_R4_t4)
23+
AddModel(Pad_Constant2d_F32_R4_t8)
24+
AddModel(Reshape_F32_R4_1)
25+
AddModel(Reshape_F32_R4_2)
26+
AddModel(Reshape_F32_R4_3)
27+
AddModel(Reshape_F32_R4_4)
28+
AddModel(Reshape_F32_R4_5)
29+
AddModel(Reshape_F32_R4_6)
30+
AddModel(Shape_F32_R4)
31+
AddModel(Transpose_F32_R4)
32+
AddModel(Transpose_F32_R4_pm)

0 commit comments

Comments
 (0)