Skip to content

Commit

Permalink
Adjust visibility for benchmark library.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 554173822
  • Loading branch information
LukeBoyer authored and tensorflower-gardener committed Aug 6, 2023
1 parent 1710ba1 commit 7dfe97f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/lite/kernels/variants/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ cc_test(
cc_library(
name = "register_list_ops_for_benchmark",
srcs = ["register_list_ops.cc"],
visibility = ["//visibility:public"],
deps = [
":list_ops_lib",
"//tensorflow/lite:mutable_op_resolver",
Expand Down

0 comments on commit 7dfe97f

Please sign in to comment.