Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713063743
  • Loading branch information
MediaPipe Team authored and copybara-github committed Jan 7, 2025
1 parent 04f8008 commit 32d28e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mediapipe/calculators/tensorflow/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ cc_library(
cc_library(
name = "matrix_to_tensor_calculator",
srcs = ["matrix_to_tensor_calculator.cc"],
features = select({
"//mediapipe:android": ["-layering_check"],
"//conditions:default": [],
}),
deps = [
":matrix_to_tensor_calculator_options_cc_proto",
"//mediapipe/framework:calculator_framework",
Expand Down Expand Up @@ -422,6 +426,10 @@ cc_library(
cc_library(
name = "tensorflow_inference_calculator_for_boq",
srcs = ["tensorflow_inference_calculator.cc"],
features = select({
"//mediapipe:android": ["-layering_check"],
"//conditions:default": [],
}),
deps = [
":tensorflow_inference_calculator_cc_proto",
":tensorflow_session",
Expand Down Expand Up @@ -685,6 +693,10 @@ cc_library(
cc_library(
name = "tensor_to_matrix_calculator",
srcs = ["tensor_to_matrix_calculator.cc"],
features = select({
"//mediapipe:android": ["-layering_check"],
"//conditions:default": [],
}),
deps = [
":tensor_to_matrix_calculator_cc_proto",
"//mediapipe/framework:calculator_framework",
Expand Down

0 comments on commit 32d28e7

Please sign in to comment.