Skip to content

Commit

Permalink
Make the following targets tensorflow/lite visible publicly for LiteRT
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700739554
  • Loading branch information
ecalubaquib authored and copybara-github committed Nov 27, 2024
1 parent aa4198a commit 815353d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tflite/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ exports_files(["tflite_convert.py"])
flatbuffer_py_library(
name = "schema_py",
srcs = ["@org_tensorflow//tensorflow/compiler/mlir/lite/schema:schema.fbs"],
visibility = ["//visibility:public"],
)

flatbuffer_py_library(
Expand Down
1 change: 1 addition & 0 deletions tflite/python/analyzer_wrapper/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pybind_extension(
pytype_srcs = [
"_pywrap_analyzer_wrapper.pyi",
],
visibility = ["//visibility:public"],
deps = [
":model_analyzer",
"@pybind11",
Expand Down

0 comments on commit 815353d

Please sign in to comment.