Commit a06e5332 authored by Fm's avatar Fm

fixed cuda::copy_tensor

parent 1f0318e2
......@@ -260,8 +260,8 @@ namespace dlib
void copy_tensor(
tensor& dest,
const tensor& src,
size_t dest_k_offset,
const tensor& src,
size_t src_k_offset,
size_t count_k
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment