Searched refs:ToFEL (Results 1 – 3 of 3) sorted by relevance
/external/libtextclassifier/lang_id/common/fel/ |
D | feature-descriptors.cc | 43 void ToFEL(const FeatureFunctionDescriptor &function, string *output) { in ToFEL() function 47 ToFEL(function.feature(0), output); in ToFEL() 52 ToFEL(function.feature(i), output); in ToFEL() 58 void ToFEL(const FeatureExtractorDescriptor &extractor, string *output) { in ToFEL() function 60 ToFEL(extractor.feature(i), output); in ToFEL() 67 ToFEL(*this, &str); in DebugString() 73 ToFEL(*this, &str); in DebugString()
|
D | feature-descriptors.h | 151 void ToFEL(const FeatureFunctionDescriptor &function, string *output); 154 void ToFEL(const FeatureExtractorDescriptor &extractor, string *output);
|
D | feature-extractor.cc | 131 ToFEL(*descriptor_, &output); in name()
|