aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tfprof
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/contrib/tfprof
parent74d516c6aaee4dad8b7f471ca445bb130bfa5437 (diff)
Replace pip testing script with bazel.
Change: 147423640
Diffstat (limited to 'tensorflow/contrib/tfprof')
-rw-r--r--tensorflow/contrib/tfprof/python/tools/tfprof/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/tfprof/python/tools/tfprof/BUILD b/tensorflow/contrib/tfprof/python/tools/tfprof/BUILD
index e62b2671eb..9c3b10b22c 100644
--- a/tensorflow/contrib/tfprof/python/tools/tfprof/BUILD
+++ b/tensorflow/contrib/tfprof/python/tools/tfprof/BUILD
@@ -2,6 +2,7 @@ licenses(["notice"]) # Apache 2.0
package(default_visibility = ["//visibility:public"])
+load("//tensorflow:tensorflow.bzl", "py_test")
load("//tensorflow:tensorflow.bzl", "tf_py_test")
load("//tensorflow:tensorflow.bzl", "tf_py_wrap_cc")