Commit a83afe40 authored by Davis King's avatar Davis King

fixed tabbing

parent f467624e
......@@ -385,13 +385,15 @@ namespace dlib
};
// -----------------------------------------------------------------------------------
void copy_tensor(
void copy_tensor(
tensor& dest,
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