Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
3a9b1242
Commit
3a9b1242
authored
Aug 22, 2016
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified spec
parent
031bb7d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tensor_abstract.h
dlib/dnn/tensor_abstract.h
+4
-0
No files found.
dlib/dnn/tensor_abstract.h
View file @
3a9b1242
...
@@ -541,6 +541,10 @@ namespace dlib
...
@@ -541,6 +541,10 @@ namespace dlib
have its own block of memory but instead simply holds pointers to the
have its own block of memory but instead simply holds pointers to the
memory of another tensor object. It therefore allows you to efficiently
memory of another tensor object. It therefore allows you to efficiently
break a tensor into pieces and pass those pieces into functions.
break a tensor into pieces and pass those pieces into functions.
An alias_tensor_instance doesn't own the resources it points to in any sense.
So it is important to make sure that the underlying owning tensor doesn't get
destructed before any alias tensors which point to it are destructed.
!*/
!*/
// You can't default initialize this object. You can only get instances of it from
// 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