Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686307894
  • Loading branch information
MediaPipe Team authored and copybara-github committed Oct 16, 2024
1 parent c05adc5 commit 91b56d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mediapipe/tasks/cc/vision/image_segmenter/calculators/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ mediapipe_proto_library(
],
)

config_setting(
name = "force_gpu_segmentation",
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 91b56d7

Please sign in to comment.