Move third_party/tensorflow/core/profiler/op_profile.proto.h to third_party/tensorflow/core/profiler/protobuf/op_profile.proto.h

PiperOrigin-RevId: 302978099
Change-Id: Ic2cbc6890a4114cbf41c19cdfc6fcb30b5b397f2
This commit is contained in:
A. Unique TensorFlower 2020-03-25 15:01:40 -07:00 committed by TensorFlower Gardener
parent a47cd610e3
commit dab4b0ebf2
3 changed files with 7 additions and 7 deletions

View File

@ -21,13 +21,6 @@ package_group(
],
)
tf_proto_library(
name = "op_profile_proto",
srcs = ["op_profile.proto"],
cc_api_version = 2,
visibility = [":internal"],
)
tf_proto_library(
name = "profiler_service_monitor_result_proto",
srcs = ["profiler_service_monitor_result.proto"],

View File

@ -62,6 +62,13 @@ tf_proto_library(
],
)
tf_proto_library(
name = "op_profile_proto",
srcs = ["op_profile.proto"],
cc_api_version = 2,
visibility = [":friends"],
)
tf_proto_library(
name = "op_stats_proto",
srcs = ["op_stats.proto"],