From 6d5391fe46da63aceb780c2f602e461e37106377 Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Mon, 21 Oct 2024 14:15:41 -0700 Subject: [PATCH] internal change PiperOrigin-RevId: 688269331 --- .../vision/image_segmenter/calculators/BUILD | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/mediapipe/tasks/cc/vision/image_segmenter/calculators/BUILD b/mediapipe/tasks/cc/vision/image_segmenter/calculators/BUILD index e0b7a20fb1..93a49fdf83 100644 --- a/mediapipe/tasks/cc/vision/image_segmenter/calculators/BUILD +++ b/mediapipe/tasks/cc/vision/image_segmenter/calculators/BUILD @@ -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"],