Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DMemory.cpp239 int copyIBufferToMemory(const SharedBuffer& src, const SharedMemory& dst) { in copyIBufferToMemory() function
268 NN_RETURN_IF_ERROR(copyIBufferToMemory(src, memory)); in copyIBuffers()
298 return copyIBufferToMemory(src.getIBuffer(), dst.getMemory()); in copyInternal()
DMemory.h162 int copyIBufferToMemory(const SharedBuffer& src, const SharedMemory& dst);
DExecutionBuilder.cpp1630 n = copyIBufferToMemory(memory->getIBuffer(), blobAhwb->getMemory()); in computeOnCpuFallback()