Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.cpp283 size_t poolSize = 0; in copyLargeValuesToSharedMemory() local
287 poolSize += alignBytesNeeded(poolSize, operand.location.length); in copyLargeValuesToSharedMemory()
288 operand.location.offset = poolSize; in copyLargeValuesToSharedMemory()
289 poolSize += operand.location.length; in copyLargeValuesToSharedMemory()
294 std::tie(n, mLargeValueMemory) = MemoryAshmem::create(poolSize); in copyLargeValuesToSharedMemory()
298 VLOG(MODEL) << "Allocated large value pool of size " << poolSize << " at index " in copyLargeValuesToSharedMemory()