From b71f11361e025c1245363a283a9761cd3368d3c9 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Mon, 13 Feb 2017 18:57:19 -0800 Subject: Replace pip testing script with bazel. Change: 147423640 --- tensorflow/tools/quantization/BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tensorflow/tools/quantization') 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"], -- cgit v1.2.3