Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
f698b85d
"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "d868be90e8d1032e16ec67631725f29f8390afd7"
Commit
f698b85d
authored
May 30, 2016
by
Davis King
Browse files
clarified spec
parent
f1eae955
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dlib/dnn/tensor_abstract.h
dlib/dnn/tensor_abstract.h
+2
-1
No files found.
dlib/dnn/tensor_abstract.h
View file @
f698b85d
...
...
@@ -503,7 +503,8 @@ namespace dlib
WHAT THIS OBJECT REPRESENTS
This object is a tensor that aliases another tensor. That is, it doesn't
have its own block of memory but instead simply holds pointers to the
memory of another tensor object.
memory of another tensor object. It therefore allows you to efficiently
break a tensor into pieces and pass those pieces into functions.
!*/
// You can't default initialize this object. You can only get instances of it from
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment