Home
last modified time | relevance | path

Searched refs: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
65 const uint32_t padding = length - rawLength; in createFromPointer()
75 ret.mLocationAndLength = {.poolIndex = 0, .offset = 0, .length = rawLength, .padding = padding}; in createFromPointer()
96 const uint32_t rawLength = neededLength == 0 ? length : neededLength; in createFromMemory() local
97 const uint32_t padding = length - rawLength; in createFromMemory()
108 .poolIndex = poolIndex, .offset = offset, .length = rawLength, .padding = padding}; in createFromMemory()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_scoring.h98 void addRawLength(const float rawLength) { in addRawLength() argument
99 mRawLength += rawLength; in addRawLength()
Ddic_node_state_input.h50 const int prevCodePoint, const float terminalDiffCost, const float rawLength) { in updateInputIndexG() argument