Home
last modified time | relevance | path

Searched refs:feature_vector (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/tools/
Dsuppressor.py12 feature_vector = feature_string.strip().split(",")
13 self.has_v8 = "V8" in feature_vector
14 self.has_xfa = "XFA" in feature_vector
15 self.is_asan = "ASAN" in feature_vector
/external/libtextclassifier/common/
Dembedding-network.cc144 const FeatureVector &feature_vector = feature_vectors[es_index]; in ConcatEmbeddings() local
149 if (!GetEmbeddingInternal(feature_vector, embedding_matrix, concat_offset, in ConcatEmbeddings()
158 bool EmbeddingNetwork::GetEmbedding(const FeatureVector &feature_vector, in GetEmbedding() argument
166 return GetEmbeddingInternal(feature_vector, embedding_matrix, 0, embedding, in GetEmbedding()
171 const FeatureVector &feature_vector, in GetEmbeddingInternal() argument
177 const int num_features = feature_vector.size(); in GetEmbeddingInternal()
180 const FeatureType *feature_type = feature_vector.type(fi); in GetEmbeddingInternal()
181 const FeatureValue feature_value = feature_vector.value(fi); in GetEmbeddingInternal()
Dembedding-network.h188 bool GetEmbedding(const FeatureVector &feature_vector, int es_index,
204 bool GetEmbeddingInternal(const FeatureVector &feature_vector,
/external/libtextclassifier/smartselect/
Dtext-classification-model.cc139 nlp_core::FeatureVector feature_vector; in CreateFeatureVectorFn() local
141 &feature_vector); in CreateFeatureVectorFn()
143 if (network.GetEmbedding(feature_vector, 0, embedding)) { in CreateFeatureVectorFn()
/external/webrtc/webrtc/common_audio/vad/
Dvad_core.c666 int16_t feature_vector[kNumChannels], total_power; in WebRtcVad_CalcVad8khz() local
670 feature_vector); in WebRtcVad_CalcVad8khz()
673 inst->vad = GmmProbability(inst, feature_vector, total_power, frame_length); in WebRtcVad_CalcVad8khz()