aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/python/BUILD
diff options
context:
space:
mode:
authorGravatar Yu-Cheng Ling <ycling@google.com>2018-07-20 16:27:29 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-20 16:36:23 -0700
commita4b95884f870a040038e530c978239999933acd9 (patch)
tree0e2e27120184834c4e57c7770695211b2242be49 /tensorflow/contrib/lite/python/BUILD
parent9e61678787d329322dd729db92e833c874bdf835 (diff)
TFLite Python: Make resize_input_tensor accept list/tuple sizes.
PiperOrigin-RevId: 205471451
Diffstat (limited to 'tensorflow/contrib/lite/python/BUILD')
-rw-r--r--tensorflow/contrib/lite/python/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/python/BUILD b/tensorflow/contrib/lite/python/BUILD
index 727fbff38e..860aff9e7e 100644
--- a/tensorflow/contrib/lite/python/BUILD
+++ b/tensorflow/contrib/lite/python/BUILD
@@ -20,6 +20,7 @@ py_library(
deps = [
"//tensorflow/contrib/lite/python/interpreter_wrapper:tensorflow_wrap_interpreter_wrapper",
"//tensorflow/python:util",
+ "//third_party/py/numpy",
],
)