We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f8d6f commit b674933Copy full SHA for b674933
backends/arm/test/ops/test_multihead_attention.py
@@ -112,6 +112,7 @@ def test_multihead_attention_u85_BI(test_data: input_t1):
112
"test_data",
113
test_suite,
114
)
115
+@common.SkipIfNoModelConverter
116
def test_multihead_attention_vgf_FP(test_data: input_t1):
117
test_data_vals, module = test_data()
118
pipeline = VgfPipeline[input_t1](
@@ -128,6 +129,7 @@ def test_multihead_attention_vgf_FP(test_data: input_t1):
128
129
130
131
132
133
def test_multihead_attention_vgf_INT(test_data: input_t1):
134
135
0 commit comments