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 9898f37 commit 4fca212Copy full SHA for 4fca212
DeeployTest/generateNetwork.py
@@ -134,8 +134,8 @@ def generateNetwork(args):
134
log.debug(f"Deployer: {deployer}")
135
136
if not isinstance(
137
- platform, CMSISPlatform
138
- ) and not "simpleCNN" in args.dir and not "RQMatMul" in args.dir and not "RQGEMM" in args.dir:
+ platform,
+ CMSISPlatform) and not "simpleCNN" in args.dir and not "RQMatMul" in args.dir and not "RQGEMM" in args.dir:
139
deployer.loweringOptimizer.passes.insert(0, EmulateCMSISRequantPass())
140
141
verbosityCfg = _NoVerbosity
0 commit comments