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 e221a22 commit ab231d3Copy full SHA for ab231d3
backends/test/suite/runner.py
@@ -15,6 +15,7 @@
15
# Set of unsupported ops that should cause tests to be skipped
16
UNSUPPORTED_PORTABLE_OPS = {
17
"aten::_embedding_bag",
18
+ "aten::_adaptive_avg_pool2d",
19
"aten::median",
20
"aten::median.dim",
21
"aten::round.decimals",
0 commit comments