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 d5ca5e6 commit 9c9f665Copy full SHA for 9c9f665
backends/arm/test/ops/test_avg_pool2d.py
@@ -8,6 +8,8 @@
8
9
from typing import Tuple
10
11
+import conftest
12
+
13
import torch
14
15
from executorch.backends.arm.test import common
@@ -119,6 +121,7 @@ def test_avg_pool2d_tosa_MI(test_module):
119
121
input_tensor,
120
122
aten_op,
123
exir_op,
124
+ run_on_tosa_ref_model=conftest.is_option_enabled("tosa_ref_model"),
125
)
126
pipeline.run()
127
@@ -132,6 +135,7 @@ def test_avg_pool2d_tosa_BI(test_module):
132
135
133
136
134
137
138
139
140
141
0 commit comments