Home
last modified time | relevance | path

Searched refs:selection_interpreter_ (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/annotator/
Dannotator.h84 std::unique_ptr<tflite::Interpreter> selection_interpreter_; variable
Dannotator.cc135 if (!selection_interpreter_) { in SelectionInterpreter()
137 selection_interpreter_ = selection_executor_->CreateInterpreter(); in SelectionInterpreter()
138 if (!selection_interpreter_) { in SelectionInterpreter()
142 return selection_interpreter_.get(); in SelectionInterpreter()