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
6081fea5
Commit
6081fea5
authored
Jul 09, 2017
by
Davis King
Browse files
Fixed typo in spec.
parent
f00ec0cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/dnn/tensor_abstract.h
dlib/dnn/tensor_abstract.h
+2
-2
No files found.
dlib/dnn/tensor_abstract.h
View file @
6081fea5
...
...
@@ -134,7 +134,7 @@ namespace dlib
calling host().
!*/
float
float
*
host_write_only
(
virtual
float
*
host_write_only
(
)
=
0
;
/*!
ensures
...
...
@@ -174,7 +174,7 @@ namespace dlib
host() will perform a device to host transfer.
!*/
float
float
*
device_write_only
(
virtual
float
*
device_write_only
(
)
=
0
;
/*!
requires
...
...
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