From abd0019df009e9776ca89a5142f0c74c4cdad7c7 Mon Sep 17 00:00:00 2001 From: Davis King Date: Mon, 30 May 2016 08:54:02 -0400 Subject: [PATCH] fixed typo --- dlib/dnn/tensor_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/dnn/tensor_tools.h b/dlib/dnn/tensor_tools.h index 6cc9314b8..865cfe864 100644 --- a/dlib/dnn/tensor_tools.h +++ b/dlib/dnn/tensor_tools.h @@ -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. !*/ // ----------------------------------------------------------------------------------------