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:
parent
a47cd610e3
commit
dab4b0ebf2
@ -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(
|
tf_proto_library(
|
||||||
name = "profiler_service_monitor_result_proto",
|
name = "profiler_service_monitor_result_proto",
|
||||||
srcs = ["profiler_service_monitor_result.proto"],
|
srcs = ["profiler_service_monitor_result.proto"],
|
||||||
|
@ -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(
|
tf_proto_library(
|
||||||
name = "op_stats_proto",
|
name = "op_stats_proto",
|
||||||
srcs = ["op_stats.proto"],
|
srcs = ["op_stats.proto"],
|
||||||
|
Loading…
Reference in New Issue
Block a user