Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dannotator.cc88 if (!selection_interpreter_) { in SelectionInterpreter()
90 selection_interpreter_ = selection_executor_->CreateInterpreter(); in SelectionInterpreter()
91 if (!selection_interpreter_) { in SelectionInterpreter()
95 return selection_interpreter_.get(); in SelectionInterpreter()
Dannotator.h162 std::unique_ptr<tflite::Interpreter> selection_interpreter_; variable