"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "3e7653c8c4b5eb0c854251a0fb86be18de55bc68"
Commit a06e5332 authored by Fm's avatar Fm
Browse files

fixed cuda::copy_tensor

parent 1f0318e2
...@@ -260,8 +260,8 @@ namespace dlib ...@@ -260,8 +260,8 @@ namespace dlib
void copy_tensor( void copy_tensor(
tensor& dest, tensor& dest,
const tensor& src,
size_t dest_k_offset, size_t dest_k_offset,
const tensor& src,
size_t src_k_offset, size_t src_k_offset,
size_t count_k 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