Skip to content

Commit

Permalink
internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688269331
  • Loading branch information
MediaPipe Team authored and copybara-github committed Oct 21, 2024
1 parent 10c393b commit 6d5391f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions mediapipe/tasks/cc/vision/image_segmenter/calculators/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,6 @@ mediapipe_proto_library(
],
)

config_setting(
name = "android_x86_32_and_force_gpu_segmentation",
constraint_values = [
"@platforms/cpu:x86_32",
"@platforms/os:android",
],
values = {
"define": "mediapipe_force_gpu_segmentation=1",
},
)

config_setting(
name = "android_x86_64_and_force_gpu_segmentation",
constraint_values = [
"@platforms/cpu:x86_64",
"@platforms/os:android",
],
values = {
"define": "mediapipe_force_gpu_segmentation=1",
},
)

cc_library(
name = "tensors_to_segmentation_calculator",
srcs = ["tensors_to_segmentation_calculator.cc"],
Expand Down

0 comments on commit 6d5391f

Please sign in to comment.