Home
last modified time | relevance | path

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

/external/libtextclassifier/common/
Dembedding-feature-extractor.h165 void ExtractFeatures(const WorkspaceSet &workspaces, const OBJ &obj, in ExtractFeatures() function
172 feature_extractors_[i]->ExtractFeatures(workspaces, obj, args..., in ExtractFeatures()
Dfeature-extractor.h624 void ExtractFeatures(const WorkspaceSet &workspaces, const OBJ &object, in ExtractFeatures() function
/external/libtextclassifier/lang_id/
Dlang-id-brain-interface.h67 return feature_extractor_.ExtractFeatures(workspace, *sentence, 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/tests/
Dfeature-processor_test.cc403 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/
Dtext-classification-model.cc243 if (!feature_processor.ExtractFeatures( in InferInternal()
374 if (!selection_feature_processor_->ExtractFeatures( in SuggestSelectionSymmetrical()
Dfeature-processor.h140 bool ExtractFeatures(const std::string& context, CodepointSpan input_span,
Dfeature-processor.cc601 bool FeatureProcessor::ExtractFeatures( in ExtractFeatures() function in libtextclassifier::FeatureProcessor
/external/webrtc/webrtc/tools/agc/
Dactivity_metric.cc105 audio_processing_->ExtractFeatures( in AddAudio()