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