Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dannotator.h149 : selection_executor_(selection_executor), in InterpreterManager()
159 const ModelExecutor* selection_executor_;
464 std::unique_ptr<const ModelExecutor> selection_executor_; variable
Dannotator.cc89 TC3_CHECK(selection_executor_); in SelectionInterpreter()
90 selection_interpreter_ = selection_executor_->CreateInterpreter(); in SelectionInterpreter()
286 selection_executor_ = ModelExecutor::FromBuffer(model_->selection_model()); in ValidateAndInitialize()
287 if (!selection_executor_) { in ValidateAndInitialize()
715 InterpreterManager interpreter_manager(selection_executor_.get(), in SuggestSelection()
1590 InterpreterManager interpreter_manager(selection_executor_.get(), in ClassifyText()
1799 InterpreterManager interpreter_manager(selection_executor_.get(), in Annotate()
2184 TensorView<float> logits = selection_executor_->ComputeLogits( in ModelClickContextScoreChunks()
2295 TensorView<float> logits = selection_executor_->ComputeLogits( in ModelBoundsSensitiveScoreChunks()