Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator.h71 : selection_executor_(selection_executor), in InterpreterManager()
81 const ModelExecutor* selection_executor_;
445 std::unique_ptr<const ModelExecutor> selection_executor_; variable
Dannotator.cc136 TC3_CHECK(selection_executor_); in SelectionInterpreter()
137 selection_interpreter_ = selection_executor_->CreateInterpreter(); in SelectionInterpreter()
336 selection_executor_ = ModelExecutor::FromBuffer(model_->selection_model()); in ValidateAndInitialize()
337 if (!selection_executor_) { in ValidateAndInitialize()
878 InterpreterManager interpreter_manager(selection_executor_.get(), in SuggestSelection()
1901 InterpreterManager interpreter_manager(selection_executor_.get(), in ClassifyText()
2183 InterpreterManager interpreter_manager(selection_executor_.get(), in AnnotateSingleInput()
3003 TensorView<float> logits = selection_executor_->ComputeLogits( in ModelClickContextScoreChunks()
3112 TensorView<float> logits = selection_executor_->ComputeLogits( in ModelBoundsSensitiveScoreChunks()