Searched refs:copyIBufferToMemory (Results 1 – 3 of 3) sorted by relevance
239 int copyIBufferToMemory(const SharedBuffer& src, const SharedMemory& dst) { in copyIBufferToMemory() function268 NN_RETURN_IF_ERROR(copyIBufferToMemory(src, memory)); in copyIBuffers()298 return copyIBufferToMemory(src.getIBuffer(), dst.getMemory()); in copyInternal()
162 int copyIBufferToMemory(const SharedBuffer& src, const SharedMemory& dst);
1630 n = copyIBufferToMemory(memory->getIBuffer(), blobAhwb->getMemory()); in computeOnCpuFallback()