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
1717605b
Commit
1717605b
authored
Nov 21, 2015
by
Davis King
Browse files
Fixed minor bug
parent
c79ae7d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/dnn/tensor_tools.h
dlib/dnn/tensor_tools.h
+2
-2
No files found.
dlib/dnn/tensor_tools.h
View file @
1717605b
...
...
@@ -250,9 +250,9 @@ namespace dlib { namespace tt
!*/
private:
#ifdef DLIB_USE_CUDA
cuda
::
batch_normalize_
conv_
gradient
impl
;
cuda
::
batch_normalize_gradient
impl
;
#else
cpu
::
batch_normalize_
conv_
gradient
impl
;
cpu
::
batch_normalize_gradient
impl
;
#endif
};
...
...
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