Searched defs:GenericEmbeddingFeatureExtractor (Results 1 - 1 of 1) sorted by relevance

/external/libtextclassifier/common/
H A Dembedding-feature-extractor.h39 // GenericEmbeddingFeatureExtractor (that can be initialized without knowing the
44 class GenericEmbeddingFeatureExtractor { class in namespace:libtextclassifier::nlp_core
46 GenericEmbeddingFeatureExtractor() {} function in class:libtextclassifier::nlp_core::GenericEmbeddingFeatureExtractor
47 virtual ~GenericEmbeddingFeatureExtractor() {}
110 TC_DISALLOW_COPY_AND_ASSIGN(GenericEmbeddingFeatureExtractor);
121 class EmbeddingFeatureExtractor : public GenericEmbeddingFeatureExtractor {
125 if (!GenericEmbeddingFeatureExtractor::Init(context)) {

Completed in 82 milliseconds