Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.cc55 std::unique_ptr<tflite::Interpreter> CreateInterpreter( in CreateInterpreter() function
96 auto interpreter = CreateInterpreter(model.get(), *resolver); in CreateInterpreterWrapper()
/external/libtextclassifier/annotator/
Dmodel-executor.cc57 executor->CreateInterpreter(); in FromBuffer()
Dannotator.cc90 selection_interpreter_ = selection_executor_->CreateInterpreter(); in SelectionInterpreter()
101 classification_interpreter_ = classification_executor_->CreateInterpreter(); in ClassificationInterpreter()
/external/libtextclassifier/utils/
Dtflite-model-executor.h65 std::unique_ptr<tflite::Interpreter> CreateInterpreter() const;
Dtflite-model-executor.cc205 std::unique_ptr<tflite::Interpreter> TfLiteModelExecutor::CreateInterpreter() in CreateInterpreter() function in libtextclassifier3::TfLiteModelExecutor
/external/libtextclassifier/actions/
Dactions-suggestions.cc956 *interpreter = model_executor_->CreateInterpreter(); in SuggestActionsFromModel()