Fix Typo.
PiperOrigin-RevId: 510156746
This commit is contained in:
parent
152f66dfd3
commit
1b66fc2802
|
@ -115,7 +115,7 @@ InferenceCalculatorCpuImpl::MaybeCreateDelegate(CalculatorContext* cc) {
|
||||||
const bool opts_has_delegate =
|
const bool opts_has_delegate =
|
||||||
calculator_opts.has_delegate() || !kDelegate(cc).IsEmpty();
|
calculator_opts.has_delegate() || !kDelegate(cc).IsEmpty();
|
||||||
if (opts_has_delegate && opts_delegate.has_tflite()) {
|
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;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user