| 536 | } |
| 537 | |
| 538 | void DelegateOptions::DisableTfLiteRuntimeFallback(bool fallbackState) |
| 539 | { |
| 540 | p_DelegateOptionsImpl->m_DisableTfLiteRuntimeFallback = fallbackState; |
| 541 | } |
| 542 | |
| 543 | bool DelegateOptions::TfLiteRuntimeFallbackDisabled() |
| 544 | { |
no outgoing calls