Skip to content

Commit 7e162f7

Browse files
committed
lint fix
1 parent 394db22 commit 7e162f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/qualcomm/utils/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,11 @@ def set_spec(module, options):
286286

287287
return max_sf_size
288288

289+
289290
def canonicalize_program(obj):
290291
update_spill_fill_size(obj)
291292

293+
292294
def get_decomp_table() -> Dict[torch._ops.OperatorBase, Callable]:
293295
source_decompositions = core_aten_decompositions()
294296
# The below super ops are supported by QNN

0 commit comments

Comments
 (0)