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 f90cf2d commit 4947e27Copy full SHA for 4947e27
backends/arm/arm_backend.py
@@ -52,6 +52,7 @@ def __init__(self):
52
# TODO MLETORCH-265 Remove permute_nhwc flag
53
self.permute_nhwc = False
54
self.quantize_io = False
55
+ self.tosa_version = None
56
57
def ethosu_compile_spec(
58
self,
0 commit comments