Lines Matching refs:InterpreterManager
87 tflite::Interpreter* InterpreterManager::SelectionInterpreter() { in SelectionInterpreter()
98 tflite::Interpreter* InterpreterManager::ClassificationInterpreter() { in ClassificationInterpreter()
715 InterpreterManager interpreter_manager(selection_executor_.get(), in SuggestSelection()
842 InterpreterManager* interpreter_manager, std::vector<int>* result) const { in ResolveConflicts()
916 InterpreterManager* interpreter_manager, in ResolveConflict()
1006 InterpreterManager* interpreter_manager, std::vector<Token>* tokens, in ModelSuggestSelection()
1117 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText()
1191 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText()
1203 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText()
1590 InterpreterManager interpreter_manager(selection_executor_.get(), in ClassifyText()
1636 InterpreterManager* interpreter_manager, std::vector<Token>* tokens, in ModelAnnotate()
1799 InterpreterManager interpreter_manager(selection_executor_.get(), in Annotate()