Reduce the dependencies in //third_party/tensorflow/tools/graph_transforms.

PiperOrigin-RevId: 174233361
This commit is contained in:
Derek Murray 2017-11-01 14:11:22 -07:00 committed by TensorFlower Gardener
parent 7ece1c0b8e
commit 1b1cba6f32
2 changed files with 1 additions and 4 deletions

View File

@ -27,7 +27,6 @@ cc_library(
copts = tf_copts(),
visibility = ["//visibility:public"],
deps = [
"//tensorflow/core:core_cpu_base",
"//tensorflow/core:framework",
"//tensorflow/core:framework_internal",
"//tensorflow/core:lib",
@ -66,10 +65,8 @@ cc_library(
copts = tf_copts(),
visibility = ["//visibility:public"],
deps = [
"//tensorflow/core:core_cpu",
"//tensorflow/core:lib",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:tensorflow",
],
)

View File

@ -15,7 +15,7 @@ limitations under the License.
#include "tensorflow/tools/graph_transforms/file_utils.h"
#include "tensorflow/core/public/session.h"
#include "tensorflow/core/platform/env.h"
namespace tensorflow {
namespace graph_transforms {