Skip to content

Commit 245b43a

Browse files
committed
added missing time import
1 parent ed5be3e commit 245b43a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blocksparse/quantize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from __future__ import print_function
66

77
import os.path
8+
import time
89
import numpy as np
910
import tensorflow as tf
1011
from tensorflow.python.framework import ops

0 commit comments

Comments
 (0)