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
99ec66b8
"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "5f7e3cb76c6ee4d793074615a617c779038ad9c2"
Commit
99ec66b8
authored
Oct 19, 2015
by
Davis King
Browse files
clarified comments
parent
6a1e50a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
dlib/dnn/cudnn_dlibapi.h
dlib/dnn/cudnn_dlibapi.h
+9
-5
No files found.
dlib/dnn/cudnn_dlibapi.h
View file @
99ec66b8
...
@@ -63,6 +63,10 @@ namespace dlib
...
@@ -63,6 +63,10 @@ namespace dlib
void
*
handle
;
void
*
handle
;
};
};
// ------------------------------------------------------------------------------------
// add a call that maps to cudnnConvolutionBackwardBias()
// ------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------
void
add
(
void
add
(
...
@@ -83,11 +87,11 @@ namespace dlib
...
@@ -83,11 +87,11 @@ namespace dlib
calls cudnnAddTensor_v3()
calls cudnnAddTensor_v3()
This function adds the scaled values of one
bias
tensor to another
This function adds the scaled values of one
src
tensor to another
tensor. Each dimension of the
bias
tensor must match the corresponding
tensor. Each dimension of the
src
tensor must match the corresponding
dimension of the
srcD
est tensor or must be equal to 1. In the latter
dimension of the
d
est tensor or must be equal to 1. In the latter
case,
case,
the same value from the
bias
tensor for those dimensions will be
the same value from the
src
tensor
,
for those dimensions
,
will be
used
used
to blend into the
srcD
est tensor.
to blend into the
d
est tensor.
!*/
!*/
void
set_tensor
(
void
set_tensor
(
...
...
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