Searched refs:ExtractFeatures (Results 1 – 12 of 12) sorted by relevance
/external/libtextclassifier/common/ |
D | embedding-feature-extractor.h | 165 void ExtractFeatures(const WorkspaceSet &workspaces, const OBJ &obj, in ExtractFeatures() function 172 feature_extractors_[i]->ExtractFeatures(workspaces, obj, args..., in ExtractFeatures()
|
D | feature-extractor.h | 624 void ExtractFeatures(const WorkspaceSet &workspaces, const OBJ &object, in ExtractFeatures() function
|
/external/libtextclassifier/lang_id/ |
D | lang-id-brain-interface.h | 67 return feature_extractor_.ExtractFeatures(workspace, *sentence, features); in GetFeatures()
|
/external/webrtc/webrtc/modules/audio_processing/vad/ |
D | vad_audio_proc_unittest.cc | 48 audioproc.ExtractFeatures(data, kDataLength, &features); in TEST()
|
D | vad_audio_proc.h | 32 int ExtractFeatures(const int16_t* audio_frame,
|
D | voice_activity_detector.cc | 58 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/tests/ |
D | feature-processor_test.cc | 403 EXPECT_TRUE(feature_processor2.ExtractFeatures("ěěě řřř eee", {4, 7}, {0, 0}, in TEST() 409 EXPECT_TRUE(feature_processor3.ExtractFeatures("ěěě řřř eee", {4, 7}, {0, 0}, in TEST() 415 EXPECT_FALSE(feature_processor4.ExtractFeatures( in TEST()
|
/external/libtextclassifier/smartselect/ |
D | text-classification-model.cc | 243 if (!feature_processor.ExtractFeatures( in InferInternal() 374 if (!selection_feature_processor_->ExtractFeatures( in SuggestSelectionSymmetrical()
|
D | feature-processor.h | 140 bool ExtractFeatures(const std::string& context, CodepointSpan input_span,
|
D | feature-processor.cc | 601 bool FeatureProcessor::ExtractFeatures( in ExtractFeatures() function in libtextclassifier::FeatureProcessor
|
/external/webrtc/webrtc/tools/agc/ |
D | activity_metric.cc | 105 audio_processing_->ExtractFeatures( in AddAudio()
|