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 8edf70d commit c48eee9Copy full SHA for c48eee9
tests/test_backend.py
@@ -190,6 +190,8 @@ def test_maxpool(self):
190
self.log.debug(str(p))
191
self._run_test_case([_OUTPUT], {_INPUT: x_val})
192
193
+ @unittest.skipIf(get_test_config().is_onnxruntime_backend and get_test_config().backend_version == "0.2.1",
194
+ "onnxruntime bug")
195
@check_onnxruntime_incompatibility("AveragePool")
196
def test_avgpool(self):
197
for tf_shape in ["known", "unknown"]:
0 commit comments