Searched refs:ToFEL (Results 1 – 3 of 3) sorted by relevance
/external/libtextclassifier/native/lang_id/common/fel/ |
D | feature-descriptors.cc | 46 void ToFEL(const FeatureFunctionDescriptor &function, std::string *output) { in ToFEL() function 50 ToFEL(function.feature(0), output); in ToFEL() 55 ToFEL(function.feature(i), output); in ToFEL() 61 void ToFEL(const FeatureExtractorDescriptor &extractor, std::string *output) { in ToFEL() function 63 ToFEL(extractor.feature(i), output); in ToFEL() 70 ToFEL(*this, &str); in DebugString() 76 ToFEL(*this, &str); in DebugString()
|
D | feature-descriptors.h | 152 void ToFEL(const FeatureFunctionDescriptor &function, std::string *output); 155 void ToFEL(const FeatureExtractorDescriptor &extractor, std::string *output);
|
D | feature-extractor.cc | 133 ToFEL(*descriptor_, &output); in name()
|