BUILD file cleanup.

PiperOrigin-RevId: 278818250
Change-Id: I7e1501679d50af08970722fe0f3faf57664c609c
This commit is contained in:
Adrian Kuegel 2019-11-06 02:43:21 -08:00 committed by TensorFlower Gardener
parent 6e22de47ad
commit 8118a5ee8c
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ cc_library(
hdrs = ["conversion_log_util.h"],
visibility = ["//visibility:public"],
deps = [
":toco_conversion_log_proto_cc",
":toco_conversion_log_proto",
"//tensorflow/core:protos_all",
"//tensorflow/lite:version",
"//tensorflow/lite/toco:model",

View File

@ -41,7 +41,7 @@ cc_library(
"//tensorflow/lite/toco/logging:conversion_log_util",
"//tensorflow/lite/toco:model_flags_proto",
"//tensorflow/lite/toco:toco_convert",
"//tensorflow/lite/toco/logging:toco_conversion_log_proto_cc",
"//tensorflow/lite/toco/logging:toco_conversion_log_proto",
"//tensorflow/lite/toco:toco_flags_proto",
"//tensorflow/lite/toco:toco_graphviz_dump_options",
"//tensorflow/lite/toco:toco_port",