Home
last modified time | relevance | path

Searched refs:InvokeWithFallback (Results 1 – 3 of 3) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/port/default/
Dtflite_wrapper.cc40 absl::Status TfLiteInterpreterWrapper::InvokeWithFallback( in InvokeWithFallback() function in tflite::support::TfLiteInterpreterWrapper
Dtflite_wrapper.h53 absl::Status InvokeWithFallback(
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dbase_task_api.h129 interpreter_wrapper->InvokeWithFallback(set_inputs_nop); in InferWithFallback()