HomeSort by relevance Sort by last modified time
    Searched refs:ExtractFeatures (Results 1 - 12 of 12) sorted by null

  /external/libtextclassifier/lang_id/
lang-id-brain-interface.h 67 return feature_extractor_.ExtractFeatures(workspace, *sentence, features);
  /external/libtextclassifier/common/
embedding-feature-extractor.h 40 // signature of the ExtractFeatures method) and a typed version.
155 // feature extraction (e.g., UpdateMapsForExample, ExtractFeatures).
165 void ExtractFeatures(const WorkspaceSet &workspaces, const OBJ &obj,
172 feature_extractors_[i]->ExtractFeatures(workspaces, obj, args...,
feature-extractor.h 607 // and ExtractFeatures(). NB: This is a different ordering from that used in
614 // called before any calls to ExtractFeatures() on that object and phase.
624 void ExtractFeatures(const WorkspaceSet &workspaces, const OBJ &object,
  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc.h 32 int ExtractFeatures(const int16_t* audio_frame,
vad_audio_proc_unittest.cc 48 audioproc.ExtractFeatures(data, kDataLength, &features);
voice_activity_detector.cc 58 audio_processing_.ExtractFeatures(resampled_ptr, length, &features_);
vad_audio_proc.cc 78 int VadAudioProc::ExtractFeatures(const int16_t* frame,
  /external/libtextclassifier/smartselect/
feature-processor.h 140 bool ExtractFeatures(const std::string& context, CodepointSpan input_span,
text-classification-model.cc 243 if (!feature_processor.ExtractFeatures(
374 if (!selection_feature_processor_->ExtractFeatures(
380 TC_LOG(ERROR) << "Couldn't ExtractFeatures.";
feature-processor.cc 601 bool FeatureProcessor::ExtractFeatures(
  /external/libtextclassifier/tests/
feature-processor_test.cc 403 EXPECT_TRUE(feature_processor2.ExtractFeatures("??? ??? eee", {4, 7}, {0, 0},
409 EXPECT_TRUE(feature_processor3.ExtractFeatures("??? ??? eee", {4, 7}, {0, 0},
415 EXPECT_FALSE(feature_processor4.ExtractFeatures(
  /external/webrtc/webrtc/tools/agc/
activity_metric.cc 51 // TODO(turajs) A new CL will be committed soon where ExtractFeatures will
55 // Add some dither to quiet frames. This avoids the ExtractFeatures skip a
105 audio_processing_->ExtractFeatures(

Completed in 503 milliseconds