Update utils.py
This commit is contained in:
parent
379356c5f2
commit
8a6f9d4f05
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ else:
|
|||
|
||||
# Use same buffers for faster inference
|
||||
size = shape[0]*shape[1]
|
||||
print(shape, size)
|
||||
global WEIGHT_BUFFER
|
||||
global ABSMAX_BUFFER
|
||||
if WEIGHT_BUFFER is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue