Home
last modified time | relevance | path

Searched defs:FloatFeatureValue (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/common/
Dfeature-extractor.h63 union FloatFeatureValue { union
65 explicit FloatFeatureValue(FeatureValue v) : discrete_value(v) {} in FloatFeatureValue() function
66 FloatFeatureValue(uint32 i, float w) : id(i), weight(w) {} in FloatFeatureValue() function