Searched refs:paddedLength (Results 1 – 4 of 4) sorted by relevance
39 const size_t paddedLength = roundUp(length, padding); in append() local41 CHECK_LE(paddedLength, std::numeric_limits<uint32_t>::max()); in append()42 mSize += paddedLength; in append()46 .padding = static_cast<uint32_t>(paddedLength - length)}; in append()
187 return {.offset = offset, .paddedLength = size}; in addTemporary()280 << ", paddedLength = " << temp.second.paddedLength in vlogDump()296 const uint32_t paddedLength = roundUp(initialLength, padding); in declare() local318 const uint32_t paddedLength = roundUp(newLength, temp.padding); in redeclare() local319 if (temp.paddedLength == paddedLength && temp.dimensions == newDimensions) { in redeclare()322 if (temp.paddedLength < paddedLength) { in redeclare()329 temp.paddedLength = paddedLength; in redeclare()349 CHECK(temp.paddedLength % temp.padding == 0); in allocate()396 &temp.dimensions, temp.paddedLength}; in lookup()565 loc.paddedLength); in mapInputsAndOutputs()[all …]
188 uint32_t paddedLength; member204 uint32_t paddedLength; member227 uint32_t paddedLength; member
1257 NN_RET_CHECK(loc->paddedLength < UINT32_MAX / 2) in updateOutputShapes()1260 sourceOperandIndex, from[i].dimensions, 2 * loc->paddedLength); in updateOutputShapes()