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