Home
last modified time | relevance | path

Searched defs:CreateInterpreter (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dtflite-model-executor.cc363 std::unique_ptr<tflite::Interpreter> TfLiteModelExecutor::CreateInterpreter() in CreateInterpreter() function in libtextclassifier3::TfLiteModelExecutor
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dvalidator.cc254 MinibenchmarkStatus Validator::CreateInterpreter(int* delegate_error_out, in CreateInterpreter() function in tflite::acceleration::Validator
/aosp_15_r20/external/libtextclassifier/native/annotator/pod_ner/
H A Dpod-ner-impl.cc101 std::unique_ptr<tflite::Interpreter> CreateInterpreter( in CreateInterpreter() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper.cc92 std::unique_ptr<Interpreter> CreateInterpreter( in CreateInterpreter() function