Searched refs:srcMetadata (Results 1 – 1 of 1) sorted by relevance
255 const MemoryValidatorBase::Metadata& srcMetadata) { in copyIBuffers() argument256 const auto [n, memoryAHWB] = MemoryRuntimeAHWB::create(srcMetadata.logicalSize); in copyIBuffers()261 NN_RETURN_IF_ERROR(copyMemoryToIBuffer(memory, dst, srcMetadata.dimensions)); in copyIBuffers()273 const auto srcMetadata = src.getValidator().getMetadata(); in copyInternal() local274 if (!dst.getValidator().updateMetadata(srcMetadata)) { in copyInternal()284 return copyIBuffers(src.getIBuffer(), dst.getIBuffer(), srcMetadata); in copyInternal()288 return copyMemoryToIBuffer(src.getMemory(), dst.getIBuffer(), srcMetadata.dimensions); in copyInternal()