Skip to content

Commit 40a4202

Browse files
committed
fix model converter not found on conv3d tests
Signed-off-by: Ryan O'Shea <[email protected]> Change-Id: Ibce8fdf18a8e3fb2f16a9f5cb0c07d167ba2514c
1 parent b53895f commit 40a4202

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/arm/test/ops/test_conv3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ def test_convolution_3d_vgf_INT(test_data):
584584
pipeline.run()
585585

586586

587+
@common.SkipIfNoModelConverter
587588
def test_convolution_3d_vgf_FP_multi_op():
588589
"""Ensure mixed Conv3d/Conv2d graphs keep correct spatial annotations."""
589590
model = Conv3dMultiOp()
@@ -597,6 +598,7 @@ def test_convolution_3d_vgf_FP_multi_op():
597598
pipeline.run()
598599

599600

601+
@common.SkipIfNoModelConverter
600602
def test_convolution_3d_vgf_INT_multi_op():
601603
"""Ensure mixed Conv3d/Conv2d graphs keep correct spatial annotations."""
602604
model = Conv3dMultiOp()

0 commit comments

Comments
 (0)