Skip to content

Commit

Permalink
Make couple of TFRT library targets visible to public.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 562919675
  • Loading branch information
tensorflower-gardener committed Sep 5, 2023
1 parent aea2f39 commit eda7db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/compiler/mlir/tfrt/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ cc_library(
srcs = ["translate/tfrt_compile_options.cc"],
hdrs = ["translate/tfrt_compile_options.h"],
compatible_with = get_compatible_with_portable(), # copybara: comment
visibility = ["//visibility:public"],
deps = [
"//tensorflow/core/protobuf:for_core_protos_cc",
"@com_google_absl//absl/strings",
Expand Down
1 change: 1 addition & 0 deletions tensorflow/core/tfrt/graph_executor/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ cc_library(
srcs = ["graph_execution_options.cc"],
hdrs = ["graph_execution_options.h"],
compatible_with = get_compatible_with_portable(),
visibility = ["//visibility:public"],
deps = [
":config",
"//tensorflow/compiler/mlir/tfrt:tfrt_compile_options",
Expand Down

0 comments on commit eda7db0

Please sign in to comment.