From 113c9b30c232489ef7c45cc49a1767b5f9b86b5e Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Mon, 24 Jul 2023 11:07:38 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 550616150 --- mediapipe/calculators/tensorflow/BUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mediapipe/calculators/tensorflow/BUILD b/mediapipe/calculators/tensorflow/BUILD index aec657e51..2d6948671 100644 --- a/mediapipe/calculators/tensorflow/BUILD +++ b/mediapipe/calculators/tensorflow/BUILD @@ -406,8 +406,13 @@ cc_library( alwayslink = 1, ) -# This dependency removed tensorflow_jellyfish_deps and xprofilez_with_server because they failed -# Boq conformance test. Weigh your use case to see if this will work for you. +# This dependency removed the following 3 targets because they failed Boq conformance test: +# +# tensorflow_jellyfish_deps +# jfprof_lib +# xprofilez_with_server +# +# If you need them plz consider tensorflow_inference_calculator_no_envelope_loader. cc_library( name = "tensorflow_inference_calculator_for_boq", srcs = ["tensorflow_inference_calculator.cc"],