Searched refs:sharing_feature_processor_ (Results 1 – 2 of 2) sorted by relevance
201 sharing_feature_processor_.reset( in LoadModels()479 InferInternal(context, selection_indices, *sharing_feature_processor_, in ClassifyText()482 scores.size() != sharing_feature_processor_->NumCollections()) { in ClassifyText()492 {sharing_feature_processor_->LabelToCollection(i), scores[i]}); in ClassifyText()
117 std::unique_ptr<FeatureProcessor> sharing_feature_processor_; variable