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.
2 parents 2616ef1 + 0686e6a commit 12073c3Copy full SHA for 12073c3
backends/xnnpack/partition/config/__init__.py
@@ -55,7 +55,6 @@
55
TanhConfig,
56
ToDimOrderCopyConfig,
57
UpsampleBilinear2dConfig,
58
- ViewCopyConfig,
59
)
60
from executorch.backends.xnnpack.partition.config.node_configs import (
61
BatchNormConfig,
@@ -116,7 +115,6 @@
116
115
SquareRootConfig,
117
SubConfig,
118
119
120
# Quant/Dequant Op Configs
121
QuantizedPerTensorConfig,
122
DeQuantizedPerTensorConfig,
backends/xnnpack/test/ops/test_view_copy.py
0 commit comments