Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DModelArgumentInfo.cpp64 const uint32_t rawLength = neededLength == 0 ? length : neededLength; in createFromPointer() local
96 const uint32_t rawLength = neededLength == 0 ? length : neededLength; in createFromMemory() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_input.h50 const int prevCodePoint, const float terminalDiffCost, const float rawLength) { in updateInputIndexG()
Ddic_node_state_scoring.h98 void addRawLength(const float rawLength) { in addRawLength()