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

  /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.cc 78 int VadAudioProc::ExtractFeatures(const int16_t* frame,

Completed in 951 milliseconds