Home
last modified time | relevance | path

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

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