Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/cc/port/default/
Dtflite_wrapper.cc49 absl::Status TfLiteInterpreterWrapper::InvokeWithoutFallback() { in InvokeWithoutFallback() function in tflite::support::TfLiteInterpreterWrapper
Dtflite_wrapper.h59 absl::Status InvokeWithoutFallback();
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dbase_task_api.h102 absl::Status status = interpreter_wrapper->InvokeWithoutFallback(); in Infer()