Internal change

PiperOrigin-RevId: 535162357
This commit is contained in:
MediaPipe Team 2023-05-25 01:47:16 -07:00 committed by Copybara-Service
parent 034caf3d87
commit 3ac903787a

View File

@ -394,7 +394,7 @@ mediapipe_proto_library(
# If you want to have precise control of which implementations to include (e.g. for strict binary
# size concerns), depend on those implementations directly, and do not depend on
# :inference_calculator.
# In all cases, use "InferenceCalculator" in your graphs.
# In all cases, use "InferenceCalulator" in your graphs.
cc_library_with_tflite(
name = "inference_calculator_interface",
srcs = ["inference_calculator.cc"],