Skip to content

Commit

Permalink
[BUILD] Fix proto file dependency issue (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dboyqiao authored Aug 11, 2023
1 parent 7d5cc1d commit 6fc69dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions third_party/tf_dependency/BUILD.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ cc_proto(
src = "tensor.proto",
deps = [
":resource_handle_proto",
":types_proto",
":tensor_shape_proto",
],
)

Expand Down Expand Up @@ -335,6 +337,9 @@ cc_proto(
name = "op_performance_data",
src = "op_performance_data.proto",
deps = [
":tensor_proto",
":tensor_shape_proto",
":types_proto",
":attr_value_proto",
":device_properties_proto",
],
Expand Down

0 comments on commit 6fc69dc

Please sign in to comment.