Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721979873
  • Loading branch information
sirakiin authored and tensorflower-gardener committed Feb 1, 2025
1 parent c89fed9 commit 6cea5de
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tensorflow/lite/experimental/litert/c/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# copybara:uncomment_begin(google-only)
# load("//devtools/deps/check:deps_check.bzl", "check_dependencies")
#
# copybara:uncomment_end
load("//tensorflow/lite/experimental/litert/build_common:litert_build_defs.bzl", "export_lrt_runtime_only_linkopt", "export_lrt_runtime_only_script")

package(
Expand Down Expand Up @@ -468,4 +472,12 @@ cc_library(
deps = ["@opencl_headers"],
)

# copybara:uncomment_begin(google-only)
# # Check that litert runtime doesn't depend on MLIR.
# check_dependencies(
# of = [":litert_runtime_c_api_shared_lib"],
# dont_match_regexp = "^//third_party/llvm/llvm-project/mlir",
# )
# copybara:uncomment_end

exports_files(srcs = glob(["litert_*.h"]))

0 comments on commit 6cea5de

Please sign in to comment.