Home
last modified time | relevance | path

Searched refs:ExtractFeatures (Results 1 – 12 of 12) sorted by relevance

/external/libtextclassifier/lang_id/common/
Dembedding-feature-extractor.h154 void ExtractFeatures(const WorkspaceSet &workspaces, const OBJ &obj, in ExtractFeatures() function
161 feature_extractors_[i]->ExtractFeatures(workspaces, obj, args..., in ExtractFeatures()
Dembedding-feature-interface.h82 feature_extractor_.ExtractFeatures(workspace, obj, args..., features); in GetFeatures()
/external/webrtc/webrtc/modules/audio_processing/vad/
Dvad_audio_proc_unittest.cc48 audioproc.ExtractFeatures(data, kDataLength, &features); in TEST()
Dvad_audio_proc.h32 int ExtractFeatures(const int16_t* audio_frame,
Dvoice_activity_detector.cc58 audio_processing_.ExtractFeatures(resampled_ptr, length, &features_); in ProcessChunk()
Dvad_audio_proc.cc78 int VadAudioProc::ExtractFeatures(const int16_t* frame, in ExtractFeatures() function in webrtc::VadAudioProc
/external/libtextclassifier/annotator/
Dfeature-processor.h151 bool ExtractFeatures(const std::vector<Token>& tokens, TokenSpan token_span,
Dfeature-processor_test.cc636 EXPECT_TRUE(feature_processor.ExtractFeatures( in TEST_F()
690 EXPECT_TRUE(feature_processor.ExtractFeatures( in TEST_F()
Dannotator.cc1076 if (!selection_feature_processor_->ExtractFeatures( in ModelSuggestSelection()
1283 if (!classification_feature_processor_->ExtractFeatures( in ModelClassifyText()
1683 if (!selection_feature_processor_->ExtractFeatures( in ModelAnnotate()
Dfeature-processor.cc760 bool FeatureProcessor::ExtractFeatures( in ExtractFeatures() function in libtextclassifier3::FeatureProcessor
/external/webrtc/webrtc/tools/agc/
Dactivity_metric.cc105 audio_processing_->ExtractFeatures( in AddAudio()
/external/libtextclassifier/lang_id/common/fel/
Dfeature-extractor.h611 void ExtractFeatures(const WorkspaceSet &workspaces, const OBJ &object, in ExtractFeatures() function