Home
last modified time | relevance | path

Searched refs:kGranularityKey (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/native/utils/
Dlua-utils.cc29 static constexpr const char kGranularityKey[] = "granularity"; variable
379 lua_setfield(state_, /*idx=*/kIndexStackTop - 1, kGranularityKey); in PushAnnotation()
521 } else if (key.Equals(kGranularityKey)) { in ReadClassificationResult()