Searched defs:copy_buf (Results 1 – 4 of 4) sorted by relevance
34 pub fn copy_buf<R, W>(reader: R, writer: &mut W) -> CopyBuf<'_, R, W> in copy_buf() function
66 mod copy_buf; module
167 void *copy_buf = NULL; in qcow2_write_raw_image() local
93 LIBXSMM_INLINE void copy_buf(Tensor& dst, float* src, long size) { in copy_buf() function