aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/quantization
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-02-13 18:57:19 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-13 19:07:34 -0800
commitb71f11361e025c1245363a283a9761cd3368d3c9 (patch)
tree1a29fddbbc4d515695137e01ddec075debc485b9 /tensorflow/tools/quantization
parent74d516c6aaee4dad8b7f471ca445bb130bfa5437 (diff)
Replace pip testing script with bazel.
Change: 147423640
Diffstat (limited to 'tensorflow/tools/quantization')
-rw-r--r--tensorflow/tools/quantization/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/tools/quantization/BUILD b/tensorflow/tools/quantization/BUILD
index e7d0cc73d4..cb41185219 100644
--- a/tensorflow/tools/quantization/BUILD
+++ b/tensorflow/tools/quantization/BUILD
@@ -7,6 +7,8 @@ licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
+load("//tensorflow:tensorflow.bzl", "py_test")
+
py_library(
name = "quantize_graph_lib",
srcs = ["quantize_graph.py"],