"examples/pytorch/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "7f4086da7a2b31072139e002f2d9ab278e127fad"
Commit abd0019d authored by Davis King's avatar Davis King
Browse files

fixed typo

parent 771ca2e0
......@@ -1251,7 +1251,7 @@ namespace dlib { namespace tt
- is_same_object(dest,src) == false
ensures
- performs: dest[i, k + dest_k_offset, r, c] = src[i, k + src_k_offset, r, c], where k in [0..count_k]
Copies content of each sample from src in to corresponding place of sample at dst
Copies content of each sample from src in to corresponding place of sample at dest.
!*/
// ----------------------------------------------------------------------------------------
......
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