Home
last modified time | relevance | path

Searched refs:CreateInterpreter (Results 1 – 8 of 8) sorted by relevance

/external/libtextclassifier/native/actions/
Dtflite-sensitive-model.cc54 const auto interpreter = model_executor_->CreateInterpreter(); in EvalConversation()
Dactions-suggestions.cc996 *interpreter = model_executor_->CreateInterpreter(); in SuggestActionsFromModel()
/external/libtextclassifier/native/utils/
Dtflite-model-executor.h76 std::unique_ptr<tflite::Interpreter> CreateInterpreter() const;
Dtflite-model-executor.cc338 std::unique_ptr<tflite::Interpreter> TfLiteModelExecutor::CreateInterpreter() in CreateInterpreter() function in libtextclassifier3::TfLiteModelExecutor
/external/libtextclassifier/native/annotator/
Dmodel-executor.cc57 executor->CreateInterpreter(); in FromBuffer()
Dannotator.cc137 selection_interpreter_ = selection_executor_->CreateInterpreter(); in SelectionInterpreter()
148 classification_interpreter_ = classification_executor_->CreateInterpreter(); in ClassificationInterpreter()
/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl.cc101 std::unique_ptr<tflite::Interpreter> CreateInterpreter( in CreateInterpreter() function
303 std::unique_ptr<tflite::Interpreter> interpreter = CreateInterpreter(model_); in ExecuteModel()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.cc69 std::unique_ptr<Interpreter> CreateInterpreter( in CreateInterpreter() function
187 auto interpreter = CreateInterpreter(model.get(), *resolver); in CreateInterpreterWrapper()