Searched refs:selection_interpreter_ (Results 1 – 2 of 2) sorted by relevance
88 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()
162 std::unique_ptr<tflite::Interpreter> selection_interpreter_; variable