Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1392 std::optional<Buffer> outerBuffer = getBuffer(controller, outerOperand); in nextCompound() local
1393 if (outerBuffer == std::nullopt) { in nextCompound()
1409 CHECK_LE(size, outerBuffer->getSize()); in nextCompound()
1410 memcpy(outerBuffer->getPointer(), innerBuffer->getPointer(), size); in nextCompound()
1411 outerBuffer->flush(); in nextCompound()