Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/cc/port/default/
Dtflite_wrapper.cc24 absl::Status TfLiteInterpreterWrapper::InitializeWithFallback( in InitializeWithFallback() function in tflite::support::TfLiteInterpreterWrapper
Dtflite_wrapper.h44 absl::Status InitializeWithFallback(
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.cc286 interpreter_.InitializeWithFallback(initializer, compute_settings); in InitInterpreter()