Home
last modified time | relevance | path

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

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