Skip to content

Commit 1e0826e

Browse files
committed
Fix formatting
1 parent 85b4796 commit 1e0826e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeeployTest/generateNetwork.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ def generateNetwork(args):
134134
log.debug(f"Deployer: {deployer}")
135135

136136
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:
137+
platform,
138+
CMSISPlatform) and not "simpleCNN" in args.dir and not "RQMatMul" in args.dir and not "RQGEMM" in args.dir:
139139
deployer.loweringOptimizer.passes.insert(0, EmulateCMSISRequantPass())
140140

141141
verbosityCfg = _NoVerbosity

0 commit comments

Comments
 (0)