From 62fb49d314384ae86e974a0bd3bb85c78fbd7980 Mon Sep 17 00:00:00 2001 From: Yifei Feng Date: Wed, 21 Jun 2017 12:49:39 -0700 Subject: [PATCH] Fix visibility error for contrib/remote_fused_graph/pylib/BUILD. --- tensorflow/contrib/remote_fused_graph/pylib/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/contrib/remote_fused_graph/pylib/BUILD b/tensorflow/contrib/remote_fused_graph/pylib/BUILD index c7ed6631315..288f59fed43 100644 --- a/tensorflow/contrib/remote_fused_graph/pylib/BUILD +++ b/tensorflow/contrib/remote_fused_graph/pylib/BUILD @@ -7,6 +7,7 @@ licenses(["notice"]) # Apache 2.0 exports_files(["LICENSE"]) +load("//tensorflow:tensorflow.bzl", "py_test") load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_py") tf_gen_op_wrapper_py(