Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1402 std::optional<Buffer> innerBuffer = getBuffer(controller, innerOperand); in nextCompound() local
1403 if (innerBuffer == std::nullopt) { in nextCompound()
1408 CHECK_LE(size, innerBuffer->getSize()); in nextCompound()
1410 memcpy(outerBuffer->getPointer(), innerBuffer->getPointer(), size); in nextCompound()