diff --git a/tensorflow/core/kernels/batching_util/BUILD b/tensorflow/core/kernels/batching_util/BUILD index 2bcd0dcd944..370c96c6e7f 100644 --- a/tensorflow/core/kernels/batching_util/BUILD +++ b/tensorflow/core/kernels/batching_util/BUILD @@ -13,7 +13,7 @@ cc_library( hdrs = ["periodic_function.h"], deps = [ "//tensorflow/core:framework_headers_lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", ], ) @@ -93,7 +93,7 @@ tf_cc_test( ":fake_clock_env", ":shared_batch_scheduler", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", "//tensorflow/core:test_main", ], diff --git a/tensorflow/core/kernels/data/BUILD b/tensorflow/core/kernels/data/BUILD index 393af26076a..fe943a9b890 100644 --- a/tensorflow/core/kernels/data/BUILD +++ b/tensorflow/core/kernels/data/BUILD @@ -41,7 +41,7 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:tensor_testutil", "//tensorflow/core:test", "//tensorflow/core:testlib", @@ -59,7 +59,7 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "@com_google_absl//absl/container:flat_hash_map", ], ) @@ -71,7 +71,7 @@ tf_cc_test( ":dataset_utils", "//tensorflow/cc:cc_ops", "//tensorflow/core:framework", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", "//tensorflow/core:test_main", ], @@ -112,7 +112,7 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/grappler:graph_view", "//tensorflow/core/grappler:grappler_item", "//tensorflow/core/grappler:grappler_item_builder", @@ -159,7 +159,7 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/kernels:variable_ops", "@com_google_absl//absl/time", ], @@ -191,7 +191,7 @@ tf_cc_test( "//tensorflow/core:lib", "//tensorflow/core:lib_internal", "//tensorflow/core:math_ops_op_lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:random_ops_op_lib", "//tensorflow/core:spectral_ops_op_lib", "//tensorflow/core:test", @@ -467,7 +467,7 @@ tf_kernel_library( "//tensorflow/core:framework_internal", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", ], ) @@ -668,7 +668,7 @@ tf_kernel_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", ], ) @@ -1121,7 +1121,7 @@ tf_kernel_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:session_options", "//tensorflow/core/kernels:ops_util", "@com_google_absl//absl/memory", @@ -1179,7 +1179,7 @@ tf_kernel_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//third_party/eigen3", ], ) @@ -1227,7 +1227,7 @@ tf_kernel_library( "//tensorflow/core:dataset_ops_op_lib", "//tensorflow/core:framework", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", ], ) @@ -1277,7 +1277,7 @@ tf_kernel_library( "//tensorflow/core:core_cpu_internal", "//tensorflow/core:dataset_ops_op_lib", "//tensorflow/core:framework", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/grappler:graph_topology_view", "//tensorflow/core/grappler/utils:traversal", ], diff --git a/tensorflow/core/kernels/data/experimental/BUILD b/tensorflow/core/kernels/data/experimental/BUILD index ed4aa5948bb..9cd0e926ea0 100644 --- a/tensorflow/core/kernels/data/experimental/BUILD +++ b/tensorflow/core/kernels/data/experimental/BUILD @@ -53,7 +53,7 @@ tf_kernel_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/grappler/optimizers/data:auto_shard", "//tensorflow/core/kernels/data:rewrite_utils", ], @@ -84,7 +84,7 @@ tf_kernel_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/kernels/data:captured_function", "//tensorflow/core/kernels/data:dataset_utils", "//tensorflow/core/kernels/data:take_dataset_op", @@ -321,7 +321,7 @@ tf_kernel_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/kernels/data:name_utils", ], ) @@ -409,7 +409,7 @@ tf_kernel_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/grappler:graph_view", "//tensorflow/core/kernels/data:dataset_utils", "//tensorflow/core/profiler/lib:traceme", @@ -438,7 +438,7 @@ tf_kernel_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/kernels:summary_interface", ], ) @@ -451,7 +451,7 @@ tf_kernel_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", ], ) diff --git a/tensorflow/core/kernels/hexagon/BUILD b/tensorflow/core/kernels/hexagon/BUILD index 5f7d48f038c..103e93fb67a 100644 --- a/tensorflow/core/kernels/hexagon/BUILD +++ b/tensorflow/core/kernels/hexagon/BUILD @@ -33,7 +33,7 @@ tf_cc_test( "//tensorflow/core:mkl_nn_ops_op_lib", "//tensorflow/core:nn_ops_op_lib", "//tensorflow/core:ops", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:remote_fused_graph_ops_op_lib", "//tensorflow/core:test", "//tensorflow/core:test_main", @@ -74,7 +74,7 @@ tf_kernel_library( "//tensorflow/core:core_cpu", "//tensorflow/core:framework", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/kernels:remote_fused_graph_execute_utils", "//third_party/eigen3", ], diff --git a/tensorflow/core/ops/compat/BUILD b/tensorflow/core/ops/compat/BUILD index 018ffd5ac2a..299076d8cfd 100644 --- a/tensorflow/core/ops/compat/BUILD +++ b/tensorflow/core/ops/compat/BUILD @@ -25,7 +25,7 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:ops", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", ], ) diff --git a/tensorflow/core/profiler/BUILD b/tensorflow/core/profiler/BUILD index 06f745b4054..c05d34fb0ab 100644 --- a/tensorflow/core/profiler/BUILD +++ b/tensorflow/core/profiler/BUILD @@ -11,13 +11,13 @@ tf_cc_binary( name = "profiler", srcs = ["profiler.cc"], deps = [ - ":protos_all", + ":protos_all_cc", "//tensorflow/c:c_api", "//tensorflow/c:checkpoint_reader", "//tensorflow/core:framework_headers_lib", "//tensorflow/core:framework_internal", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", "//tensorflow/core/profiler/internal:tfprof_stats", "//tensorflow/core/profiler/internal:tfprof_utils", @@ -31,9 +31,9 @@ cc_library( srcs = ["tfprof_options.cc"], hdrs = ["tfprof_options.h"], deps = [ + ":protos_all_cc", "//tensorflow/core:framework_headers_lib", "//tensorflow/core:lib", - "//tensorflow/core/profiler:protos_all", ], ) diff --git a/tensorflow/core/profiler/internal/BUILD b/tensorflow/core/profiler/internal/BUILD index 1902576cc29..b92d96e539e 100644 --- a/tensorflow/core/profiler/internal/BUILD +++ b/tensorflow/core/profiler/internal/BUILD @@ -20,9 +20,9 @@ cc_library( ":tfprof_utils", "//tensorflow/c:checkpoint_reader", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:regexp_internal", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -35,7 +35,7 @@ cc_library( ":tfprof_node_show", ":tfprof_utils", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "@jsoncpp_git//:jsoncpp", ], ) @@ -47,9 +47,9 @@ cc_library( deps = [ ":tfprof_utils", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:regexp_internal", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -68,9 +68,9 @@ cc_library( "//tensorflow/c:checkpoint_reader", "//tensorflow/core:framework", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:regexp_internal", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -88,9 +88,9 @@ cc_library( "//tensorflow/c:c_api", "//tensorflow/c:checkpoint_reader", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:regexp_internal", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -110,9 +110,9 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:regexp_internal", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -129,9 +129,9 @@ cc_library( ":tfprof_utils", "//tensorflow/c:checkpoint_reader", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:regexp_internal", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -145,8 +145,8 @@ cc_library( ":tfprof_node", ":tfprof_utils", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core:protos_all_cc", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -164,9 +164,9 @@ cc_library( ":tfprof_utils", "//tensorflow/c:checkpoint_reader", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:regexp_internal", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -186,9 +186,9 @@ cc_library( ":tfprof_utils", "//tensorflow/c:checkpoint_reader", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:regexp_internal", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -212,9 +212,9 @@ tf_cc_test( ":tfprof_utils", "//tensorflow/c:checkpoint_reader", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -235,9 +235,9 @@ tf_cc_test( "//tensorflow/c:checkpoint_reader", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -249,7 +249,7 @@ cc_library( copts = if_not_windows(["-Wno-sign-compare"]), deps = [ "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:regexp_internal", "//tensorflow/core/profiler:tfprof_options", ], @@ -270,8 +270,8 @@ cc_library( "//tensorflow/c:checkpoint_reader", "//tensorflow/core:framework", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core:protos_all_cc", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", "//tensorflow/core/profiler/internal/advisor:tfprof_advisor", ], @@ -297,9 +297,9 @@ tf_cc_test( ":tfprof_utils", "//tensorflow/c:checkpoint_reader", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -312,7 +312,7 @@ cc_library( deps = [ "//tensorflow/core:framework", "//tensorflow/core:lib", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", ], ) @@ -332,9 +332,9 @@ tf_cc_test( ":tfprof_utils", "//tensorflow/c:checkpoint_reader", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler:tfprof_options", ], ) @@ -359,7 +359,7 @@ cc_library( name = "tfprof_tf_lib", deps = [ "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:regexp_internal", ], ) @@ -404,7 +404,7 @@ tf_cuda_library( ], deps = [ "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "@com_google_absl//absl/synchronization", ], ) @@ -430,7 +430,7 @@ tf_cc_test( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", "//tensorflow/core:test_main", "//tensorflow/core:testlib", diff --git a/tensorflow/core/profiler/internal/advisor/BUILD b/tensorflow/core/profiler/internal/advisor/BUILD index ca58291a748..7d72ceee228 100644 --- a/tensorflow/core/profiler/internal/advisor/BUILD +++ b/tensorflow/core/profiler/internal/advisor/BUILD @@ -10,7 +10,7 @@ cc_library( hdrs = ["checker.h"], deps = [ "//tensorflow/core:lib", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler/internal:tfprof_stats", ], ) @@ -20,7 +20,7 @@ cc_library( srcs = ["internal_checker_runner_dummy.cc"], hdrs = ["internal_checker_runner.h"], deps = [ - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler/internal:tfprof_utils", ], ) @@ -58,7 +58,7 @@ cc_library( ":expensive_operation_checker", ":internal_checker_runner_dummy", ":operation_checker", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", ], ) diff --git a/tensorflow/core/profiler/internal/cpu/BUILD b/tensorflow/core/profiler/internal/cpu/BUILD index 34e2e0ba9e2..e00d982a62f 100644 --- a/tensorflow/core/profiler/internal/cpu/BUILD +++ b/tensorflow/core/profiler/internal/cpu/BUILD @@ -18,7 +18,7 @@ tf_cuda_library( "//tensorflow/core:core_cpu_lib", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/profiler/internal:profiler_interface", "//tensorflow/core/profiler/internal:traceme_recorder", "@com_google_absl//absl/container:flat_hash_map", @@ -34,7 +34,7 @@ tf_cuda_cc_test( ":host_tracer", "//tensorflow/core:core_cpu_lib", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", "//tensorflow/core/profiler/internal:profiler_interface", "//tensorflow/core/profiler/lib:traceme", diff --git a/tensorflow/core/profiler/internal/gpu/BUILD b/tensorflow/core/profiler/internal/gpu/BUILD index 9b637536c13..40a0a744b45 100644 --- a/tensorflow/core/profiler/internal/gpu/BUILD +++ b/tensorflow/core/profiler/internal/gpu/BUILD @@ -33,7 +33,7 @@ tf_cuda_library( ":cupti_utils", "//tensorflow/core:core_cpu_internal", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/profiler/internal:parse_annotation", "//tensorflow/core/profiler/internal:profiler_interface", "//tensorflow/core/profiler/lib:traceme", @@ -62,7 +62,7 @@ tf_cc_test_gpu( "//tensorflow/core:gpu_runtime", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", "//tensorflow/core:test_main", "//tensorflow/core:testlib", diff --git a/tensorflow/core/profiler/lib/BUILD b/tensorflow/core/profiler/lib/BUILD index 7de8ee159a9..df8cc69457e 100644 --- a/tensorflow/core/profiler/lib/BUILD +++ b/tensorflow/core/profiler/lib/BUILD @@ -24,7 +24,7 @@ tf_cuda_library( deps = [ "//tensorflow/core/profiler/internal:profiler_interface", "//tensorflow/core/profiler/lib:profiler_utils", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "@com_google_absl//absl/strings", ] + select({ "//tensorflow:android": [], diff --git a/tensorflow/core/profiler/rpc/BUILD b/tensorflow/core/profiler/rpc/BUILD index 54c327fa94d..c3437424383 100644 --- a/tensorflow/core/profiler/rpc/BUILD +++ b/tensorflow/core/profiler/rpc/BUILD @@ -15,7 +15,7 @@ tf_cuda_library( "//tensorflow/core:framework", "//tensorflow/core:grpc_services", "//tensorflow/core:lib", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler/lib:profiler_lib", "//tensorflow/core/profiler/lib:profiler_session", ], @@ -33,7 +33,7 @@ tf_cuda_library( "//tensorflow/core:framework", "//tensorflow/core:grpc_services", "//tensorflow/core:lib", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "//tensorflow/core/profiler/lib:profiler_lib", "//tensorflow/core/profiler/lib:profiler_session", ], diff --git a/tensorflow/core/profiler/rpc/client/BUILD b/tensorflow/core/profiler/rpc/client/BUILD index 2a8273da7be..fa3ee9d2865 100644 --- a/tensorflow/core/profiler/rpc/client/BUILD +++ b/tensorflow/core/profiler/rpc/client/BUILD @@ -20,7 +20,7 @@ tf_cuda_library( "//tensorflow/core:grpc_services", "//tensorflow/core:lib", "//tensorflow/core/distributed_runtime/rpc:grpc_util", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "@com_google_absl//absl/strings", ], ) @@ -35,7 +35,7 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:grpc_services", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/profiler:op_profile_proto_cc", ], ) @@ -46,7 +46,7 @@ cc_library( hdrs = ["trace_events_to_json.h"], deps = [ "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "@jsoncpp_git//:jsoncpp", ], ) @@ -57,10 +57,10 @@ tf_cc_test( deps = [ ":trace_events_to_json", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", "//tensorflow/core:test_main", - "//tensorflow/core/profiler:protos_all", + "//tensorflow/core/profiler:protos_all_cc", "@jsoncpp_git//:jsoncpp", ], ) diff --git a/tensorflow/core/summary/BUILD b/tensorflow/core/summary/BUILD index 2e74ce094a3..44c9b4b8b17 100644 --- a/tensorflow/core/summary/BUILD +++ b/tensorflow/core/summary/BUILD @@ -45,7 +45,7 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/kernels:summary_interface", "//tensorflow/core/lib/db:sqlite", ], @@ -59,7 +59,7 @@ tf_cc_test( ":schema", ":summary_db_writer", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", "//tensorflow/core:test_main", "//tensorflow/core/lib/db:sqlite", @@ -76,7 +76,7 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:ptr_util", "//tensorflow/core/kernels:summary_interface", ], @@ -91,7 +91,7 @@ tf_cc_test( ":summary_file_writer", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", "//tensorflow/core:test_main", ], @@ -108,7 +108,7 @@ cc_library( "//tensorflow/core:lib", "//tensorflow/core:lib_internal", "//tensorflow/core:png_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", ], ) @@ -122,7 +122,7 @@ tf_cc_binary( "//tensorflow/core:framework", "//tensorflow/core:framework_internal", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core/lib/db:sqlite", ], ) diff --git a/tensorflow/core/tpu/BUILD b/tensorflow/core/tpu/BUILD index d455c1bf76d..6184f52d240 100644 --- a/tensorflow/core/tpu/BUILD +++ b/tensorflow/core/tpu/BUILD @@ -13,8 +13,8 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_proto_parsing", - "//tensorflow/core:protos_all", - "//tensorflow/core/protobuf/tpu:optimization_parameters_proto", + "//tensorflow/core:protos_all_cc", + "//tensorflow/core/protobuf/tpu:optimization_parameters_proto_cc", "@com_google_absl//absl/base", ], ) @@ -27,8 +27,8 @@ cc_library( deps = [ "//tensorflow/core:framework_headers_lib", "//tensorflow/core:lib_proto_parsing", - "//tensorflow/core:protos_all", - "//tensorflow/core/protobuf/tpu:tpu_embedding_configuration_proto", - "//tensorflow/core/protobuf/tpu:tpu_embedding_output_layout_proto", + "//tensorflow/core:protos_all_cc", + "//tensorflow/core/protobuf/tpu:tpu_embedding_configuration_proto_cc", + "//tensorflow/core/protobuf/tpu:tpu_embedding_output_layout_proto_cc", ], ) diff --git a/tensorflow/core/util/tensor_bundle/BUILD b/tensorflow/core/util/tensor_bundle/BUILD index f84fd3e6ec0..d6c5fcf3f73 100644 --- a/tensorflow/core/util/tensor_bundle/BUILD +++ b/tensorflow/core/util/tensor_bundle/BUILD @@ -50,7 +50,7 @@ cc_library( "//tensorflow/core:framework_internal", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", ], ) @@ -80,7 +80,7 @@ tf_cc_test( "//tensorflow/core:framework", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:tensor_testutil", "//tensorflow/core:test", "//tensorflow/core:test_main", diff --git a/tensorflow/examples/multibox_detector/BUILD b/tensorflow/examples/multibox_detector/BUILD index 8bbe1def216..4b1e18954fa 100644 --- a/tensorflow/examples/multibox_detector/BUILD +++ b/tensorflow/examples/multibox_detector/BUILD @@ -22,7 +22,7 @@ tf_cc_binary( "//tensorflow/core:framework", "//tensorflow/core:framework_internal", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:tensorflow", ], ) diff --git a/tensorflow/examples/speech_commands/BUILD b/tensorflow/examples/speech_commands/BUILD index 361840b5f2b..e9589aeac80 100644 --- a/tensorflow/examples/speech_commands/BUILD +++ b/tensorflow/examples/speech_commands/BUILD @@ -248,7 +248,7 @@ tf_cc_binary( "//tensorflow/core:framework", "//tensorflow/core:framework_internal", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:tensorflow", ], ) @@ -306,7 +306,7 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:framework_internal", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:tensorflow", ], ) @@ -340,7 +340,7 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:framework_internal", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:tensorflow", ], ) @@ -374,7 +374,7 @@ tf_cc_binary( "//tensorflow/core:framework_internal", "//tensorflow/core:lib", "//tensorflow/core:lib_internal", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", ], ) diff --git a/tensorflow/examples/wav_to_spectrogram/BUILD b/tensorflow/examples/wav_to_spectrogram/BUILD index 70d150836cf..9aeaf9414ae 100644 --- a/tensorflow/examples/wav_to_spectrogram/BUILD +++ b/tensorflow/examples/wav_to_spectrogram/BUILD @@ -20,7 +20,7 @@ cc_library( "//tensorflow/core:framework", "//tensorflow/core:framework_internal", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:tensorflow", ], ) diff --git a/tensorflow/java/BUILD b/tensorflow/java/BUILD index e16644bd570..3bd836f5e4e 100644 --- a/tensorflow/java/BUILD +++ b/tensorflow/java/BUILD @@ -121,7 +121,7 @@ cc_library( "//tensorflow/core:lib", "//tensorflow/core:lib_internal", "//tensorflow/core:op_gen_lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "@com_googlesource_code_re2//:re2", ], ) diff --git a/tensorflow/js/BUILD b/tensorflow/js/BUILD index ab562ba5557..02cbcdf3df9 100644 --- a/tensorflow/js/BUILD +++ b/tensorflow/js/BUILD @@ -29,7 +29,7 @@ cc_library( "//tensorflow/core:lib", "//tensorflow/core:lib_internal", "//tensorflow/core:op_gen_lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", ], ) @@ -45,7 +45,7 @@ tf_cc_test( "//tensorflow/core:lib", "//tensorflow/core:lib_internal", "//tensorflow/core:op_gen_lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:test", "//tensorflow/core:test_main", ], diff --git a/tensorflow/lite/delegates/flex/BUILD b/tensorflow/lite/delegates/flex/BUILD index 38f86021dde..2365b1e88dc 100644 --- a/tensorflow/lite/delegates/flex/BUILD +++ b/tensorflow/lite/delegates/flex/BUILD @@ -30,7 +30,7 @@ cc_library( "//conditions:default": [ "//tensorflow/c:c_api_internal", "//tensorflow/core:framework", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", ], }), ) @@ -188,7 +188,7 @@ cc_library( "//tensorflow/core/common_runtime/eager:execute", "//tensorflow/core/common_runtime/eager:tensor_handle", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/core:framework", ], }), diff --git a/tensorflow/lite/toco/BUILD b/tensorflow/lite/toco/BUILD index f5cf6970004..68cb7adccb9 100644 --- a/tensorflow/lite/toco/BUILD +++ b/tensorflow/lite/toco/BUILD @@ -63,7 +63,7 @@ tf_proto_library_py( cc_library( name = "tensorflow_core_cc_protos_all", - deps = ["//tensorflow/core:protos_all"], + deps = ["//tensorflow/core:protos_all_cc"], ) cc_library( @@ -93,7 +93,7 @@ cc_library( ], visibility = ["//visibility:public"], deps = [ - ":model_flags_proto", + ":model_flags_proto_cc", ":runtime", ":toco_port", "//tensorflow/core:lib", @@ -123,9 +123,9 @@ cc_library( visibility = ["//visibility:public"], deps = [ ":model_cmdline_flags", - ":toco_flags_proto", + ":toco_flags_proto_cc", ":toco_port", - ":types_proto", + ":types_proto_cc", "//tensorflow/core:framework_internal", "//tensorflow/core:lib", "@com_google_absl//absl/strings", @@ -145,10 +145,10 @@ cc_library( ], visibility = ["//visibility:public"], deps = [ - ":model_flags_proto", + ":model_flags_proto_cc", ":toco_graphviz_dump_options", ":toco_port", - ":types_proto", + ":types_proto_cc", "//tensorflow/core:framework_internal", "//tensorflow/core:lib", "@com_google_absl//absl/strings", @@ -289,7 +289,7 @@ cc_library( visibility = ["//visibility:public"], deps = [ ":model", - ":model_flags_proto", + ":model_flags_proto_cc", ":runtime", ":toco_port", ":tooling_util", @@ -329,11 +329,11 @@ cc_library( deps = [ ":graph_transformations", ":model", - ":model_flags_proto", - ":types_proto", + ":model_flags_proto_cc", + ":types_proto_cc", ":runtime", ":toco_graphviz_dump_options", - ":toco_flags_proto", + ":toco_flags_proto_cc", ":toco_port", ":tooling_util", "@com_google_protobuf//:protobuf_headers", @@ -342,7 +342,7 @@ cc_library( "//tensorflow/core:core_cpu_lib", "//tensorflow/core:framework", "//tensorflow/core:lib", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/lite/toco/tensorflow_graph_matching:resolve_cluster", "//tensorflow/lite/toco/tflite:export", "//tensorflow/lite/toco/tflite:import", @@ -362,7 +362,7 @@ tf_cc_test( "//tensorflow/core:graph", "//tensorflow/core:lib", "//tensorflow/core:ops", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/lite/testing:util", "@com_google_googletest//:gtest", ], @@ -382,12 +382,12 @@ cc_library( visibility = ["//visibility:public"], deps = [ ":model", - ":model_flags_proto", + ":model_flags_proto_cc", ":runtime", - ":toco_flags_proto", + ":toco_flags_proto_cc", ":toco_graphviz_dump_options", ":toco_port", - ":types_proto", + ":types_proto_cc", "//tensorflow/core:lib", "//tensorflow/lite/kernels/internal:types", "@com_google_absl//absl/memory", @@ -420,12 +420,12 @@ cc_library( deps = [ ":model", ":model_cmdline_flags", - ":model_flags_proto", + ":model_flags_proto_cc", ":toco_cmdline_flags", - ":toco_flags_proto", + ":toco_flags_proto_cc", ":toco_port", ":toco_tooling", - ":types_proto", + ":types_proto_cc", "@com_google_absl//absl/strings", "//tensorflow/core:lib", # We cannot embed the core:ops dependency directly into :toco_tooling as @@ -441,13 +441,13 @@ tf_cc_binary( deps = [ ":model", ":model_cmdline_flags", - ":model_flags_proto", + ":model_flags_proto_cc", ":toco_cmdline_flags", ":toco_convert", - ":toco_flags_proto", + ":toco_flags_proto_cc", ":toco_port", ":toco_tooling", - ":types_proto", + ":types_proto_cc", "@com_google_absl//absl/strings", "//tensorflow/core:lib", # We cannot embed the core:ops dependency directly into :toco_tooling as @@ -463,13 +463,13 @@ tf_cc_test( deps = [ ":model", ":model_cmdline_flags", - ":model_flags_proto", + ":model_flags_proto_cc", ":toco_cmdline_flags", ":toco_convert", - ":toco_flags_proto", + ":toco_flags_proto_cc", ":toco_port", ":toco_tooling", - ":types_proto", + ":types_proto_cc", "@com_google_googletest//:gtest", "@com_google_absl//absl/strings", "//tensorflow/core:lib", @@ -500,7 +500,7 @@ tf_cc_test( ], deps = [ ":model_cmdline_flags", - ":model_flags_proto", + ":model_flags_proto_cc", "//tensorflow/lite/testing:util", "@com_google_googletest//:gtest", ], @@ -513,7 +513,7 @@ tf_cc_test( ], deps = [ ":toco_cmdline_flags", - ":toco_flags_proto", + ":toco_flags_proto_cc", "//tensorflow/lite/testing:util", "@com_google_googletest//:gtest", ], diff --git a/tensorflow/lite/toco/logging/BUILD b/tensorflow/lite/toco/logging/BUILD index e7b11b4047f..c434c633454 100644 --- a/tensorflow/lite/toco/logging/BUILD +++ b/tensorflow/lite/toco/logging/BUILD @@ -31,8 +31,8 @@ cc_library( hdrs = ["conversion_log_util.h"], visibility = ["//visibility:public"], deps = [ - ":toco_conversion_log_proto", - "//tensorflow/core:protos_all", + ":toco_conversion_log_proto_cc", + "//tensorflow/core:protos_all_cc", "//tensorflow/lite:version", "//tensorflow/lite/toco:model", "//tensorflow/lite/toco:tooling_util", @@ -50,9 +50,9 @@ tf_cc_test( deps = [ ":conversion_log_util", "//tensorflow/core:ops", - "//tensorflow/core:protos_all", + "//tensorflow/core:protos_all_cc", "//tensorflow/lite/toco:model", - "//tensorflow/lite/toco:model_flags_proto", + "//tensorflow/lite/toco:model_flags_proto_cc", "@com_google_absl//absl/memory", "@com_google_googletest//:gtest", "@com_google_googletest//:gtest_main",