Searched refs:dst_chip_size (Results 1 – 1 of 1) sorted by relevance
240 int64 dst_chip_size = 1; in CopyContiguousSlices() local245 dst_chip_size *= dst->dim_size(i); in CopyContiguousSlices()248 if (src_chip_size != dst_chip_size) { in CopyContiguousSlices()255 if (src_chip_size == 0 && dst_chip_size == 0) { in CopyContiguousSlices()271 T* dst_p = dst->base<T>() + (dst_chip_size * dst_offset); \ in CopyContiguousSlices()