Skip to content

Commit 8f3df5a

Browse files
committed
remove generic avgpool
1 parent 1373d1d commit 8f3df5a

2 files changed

Lines changed: 1 addition & 55 deletions

File tree

Deeploy/TilingExtension/MemoryScheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def filterTensorMemoryConstraint(ctxt: NetworkContext, tensorMemoryConstraint: T
321321
buffer = ctxt.lookup(tensorName)
322322
new_lifetime = lifetime
323323
if buffer.is_input:
324-
new_lifetime = (0, maxStepIdx)
324+
new_lifetime = (0, lifetime[-1])
325325
if buffer.is_output:
326326
new_lifetime = (lifetime[0], maxStepIdx)
327327
tensorLifetimeMap[tensorName] = new_lifetime

TargetLibraries/Generic/src/AvgPool.c

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)