Skip to content

Commit

Permalink
Temp disable last layer (since hwc tiling)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aba committed Oct 26, 2023
1 parent 6d14263 commit cdf8f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/py/param_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def test_dnn_engine(COMPILE):
for ib, b in enumerate(bundles):
print(f'-----------------{b.idx}-----------------------')
b.process(inp if b.idx==0 else None, c)
b.export(c, ib==len(bundles)-1)
b.export(c, False) #ib==len(bundles)-1



Expand Down

0 comments on commit cdf8f37

Please sign in to comment.