Fix Typo.

PiperOrigin-RevId: 510156746
This commit is contained in:
MediaPipe Team 2023-02-16 08:53:39 -08:00 committed by Copybara-Service
parent 152f66dfd3
commit 1b66fc2802

View File

@ -115,7 +115,7 @@ InferenceCalculatorCpuImpl::MaybeCreateDelegate(CalculatorContext* cc) {
const bool opts_has_delegate =
calculator_opts.has_delegate() || !kDelegate(cc).IsEmpty();
if (opts_has_delegate && opts_delegate.has_tflite()) {
// Default tflite inference requeqsted - no need to modify graph.
// Default tflite inference requested - no need to modify graph.
return nullptr;
}