Internal change

PiperOrigin-RevId: 534959867
This commit is contained in:
MediaPipe Team 2023-05-24 13:24:32 -07:00 committed by Copybara-Service
parent b84e6f97dd
commit c8ee09796b

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 # 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 # size concerns), depend on those implementations directly, and do not depend on
# :inference_calculator. # :inference_calculator.
# In all cases, use "InferenceCalulator" in your graphs. # In all cases, use "InferenceCalculator" in your graphs.
cc_library_with_tflite( cc_library_with_tflite(
name = "inference_calculator_interface", name = "inference_calculator_interface",
srcs = ["inference_calculator.cc"], srcs = ["inference_calculator.cc"],