Skip to content

Commit cdd7cb6

Browse files
authored
[circle-mlir] Activate tests for Gather pass (#16355)
This activates the tests related to the Gather operation with int32 indices type. Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
1 parent 2637b34 commit cdd7cb6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ AddModel(Flatten_F32_R4_0)
6868
AddModel(Flatten_F32_R4_1)
6969
AddModel(Floor_F32_R4)
7070
AddModel(Gather_F32_R2)
71-
# AddModel(Gather_F32_R2_2) # Need to enable after int32 indices type support
71+
AddModel(Gather_F32_R2_2)
7272
AddModel(Gather_F32_R2_C1)
7373
AddModel(Gather_F32_R2_C1_2)
74-
# AddModel(Gather_F32_R2_C1_3) # Need to enable after int32 indices type support
74+
AddModel(Gather_F32_R2_C1_3)
7575
AddModel(Gemm_F32_R2)
7676
AddModel(Gemm_F32_R2_a0b1)
7777
AddModel(Gemm_F32_R2_a1b0)

circle-mlir/circle-mlir/tools-test/onnx2circle-models/test.lst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ AddModel(Flatten_F32_R4_0)
7070
AddModel(Flatten_F32_R4_1)
7171
AddModel(Floor_F32_R4)
7272
AddModel(Gather_F32_R2)
73-
# AddModel(Gather_F32_R2_2) # Need to enable after int32 indices type support
73+
AddModel(Gather_F32_R2_2)
7474
AddModel(Gather_F32_R2_C1)
7575
AddModel(Gather_F32_R2_C1_2)
76-
# AddModel(Gather_F32_R2_C1_3) # Need to enable after int32 indices type support
76+
AddModel(Gather_F32_R2_C1_3)
7777
AddModel(Gemm_F32_R2)
7878
AddModel(Gemm_F32_R2_a0b1)
7979
AddModel(Gemm_F32_R2_a1b0)

circle-mlir/circle-mlir/tools-test/onnx2circle-value-test/test.lst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ AddModel(Flatten_F32_R4_0)
7070
AddModel(Flatten_F32_R4_1)
7171
AddModel(Floor_F32_R4)
7272
AddModel(Gather_F32_R2)
73-
# AddModel(Gather_F32_R2_2) # Need to enable after int32 indices type support
73+
AddModel(Gather_F32_R2_2)
7474
AddModel(Gather_F32_R2_C1)
7575
AddModel(Gather_F32_R2_C1_2)
76-
# AddModel(Gather_F32_R2_C1_3) # Need to enable after int32 indices type support
76+
AddModel(Gather_F32_R2_C1_3)
7777
AddModel(Gemm_F32_R2)
7878
AddModel(Gemm_F32_R2_a0b1)
7979
AddModel(Gemm_F32_R2_a1b0)

0 commit comments

Comments
 (0)