Searched refs:ExtractFeatures (Results 1 – 11 of 11) sorted by relevance
/external/libtextclassifier/native/lang_id/common/ |
D | embedding-feature-extractor.h | 156 void ExtractFeatures(const WorkspaceSet &workspaces, const OBJ &obj, in ExtractFeatures() function 163 feature_extractors_[i]->ExtractFeatures(workspaces, obj, args..., in ExtractFeatures()
|
D | embedding-feature-interface.h | 82 feature_extractor_.ExtractFeatures(workspace, obj, args..., features); in GetFeatures()
|
/external/webrtc/modules/audio_processing/vad/ |
D | vad_audio_proc_unittest.cc | 47 audioproc.ExtractFeatures(data, kDataLength, &features); in TEST()
|
D | vad_audio_proc.h | 34 int ExtractFeatures(const int16_t* audio_frame,
|
D | voice_activity_detector.cc | 57 audio_processing_.ExtractFeatures(resampled_ptr, length, &features_); in ProcessChunk()
|
D | vad_audio_proc.cc | 78 int VadAudioProc::ExtractFeatures(const int16_t* frame, in ExtractFeatures() function in webrtc::VadAudioProc
|
/external/libtextclassifier/native/annotator/ |
D | feature-processor.h | 169 bool ExtractFeatures(const std::vector<Token>& tokens,
|
D | feature-processor_test.cc | 711 EXPECT_TRUE(feature_processor.ExtractFeatures( in TEST_F() 765 EXPECT_TRUE(feature_processor.ExtractFeatures( in TEST_F()
|
D | feature-processor.cc | 790 bool FeatureProcessor::ExtractFeatures( in ExtractFeatures() function in libtextclassifier3::FeatureProcessor
|
D | annotator.cc | 1317 if (!selection_feature_processor_->ExtractFeatures( in ModelSuggestSelection() 1527 if (!classification_feature_processor_->ExtractFeatures( in ModelClassifyText() 1999 if (!selection_feature_processor_->ExtractFeatures( in ModelAnnotate()
|
/external/libtextclassifier/native/lang_id/common/fel/ |
D | feature-extractor.h | 612 void ExtractFeatures(const WorkspaceSet &workspaces, const OBJ &object, in ExtractFeatures() function
|