OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:feature_vector
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/testing/tools/
suppressor.py
12
feature_vector
= feature_string.strip().split(",")
13
self.has_v8 = "V8" in
feature_vector
14
self.has_xfa = "XFA" in
feature_vector
/external/libtextclassifier/lang_id/common/
embedding-network.cc
163
const FeatureVector &
feature_vector
= feature_vectors[es_index];
local
164
const int num_features =
feature_vector
.size();
166
const FeatureType *feature_type =
feature_vector
.type(fi);
177
const FeatureValue feature_value =
feature_vector
.value(fi);
/external/webrtc/webrtc/common_audio/vad/
vad_core.c
666
int16_t
feature_vector
[kNumChannels], total_power;
local
670
feature_vector
);
673
inst->vad = GmmProbability(inst,
feature_vector
, total_power, frame_length);
Completed in 197 milliseconds