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
504dff2d
"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "73281b4f98233bc11e068ce50e7f627e6ad6f84e"
Commit
504dff2d
authored
Jan 24, 2016
by
Davis King
Browse files
removing cruft
parent
cc5a62cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
dlib/dnn/tensor.h
dlib/dnn/tensor.h
+0
-1
No files found.
dlib/dnn/tensor.h
View file @
504dff2d
...
...
@@ -407,7 +407,6 @@ namespace dlib
const
tensor
&
b
)
{
// TODO, do on GPU?
DLIB_CASSERT
(
a
.
size
()
==
b
.
size
(),
""
);
const
float
*
da
=
a
.
host
();
const
float
*
db
=
b
.
host
();
...
...
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