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
99ec66b8
Commit
99ec66b8
authored
Oct 19, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarified comments
parent
6a1e50a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
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
void
*
handle
;
};
// ------------------------------------------------------------------------------------
// add a call that maps to cudnnConvolutionBackwardBias()
// ------------------------------------------------------------------------------------
void
add
(
...
...
@@ -83,11 +87,11 @@ namespace dlib
calls cudnnAddTensor_v3()
This function adds the scaled values of one
bias
tensor to another
tensor. Each dimension of the
bias
tensor must match the corresponding
dimension of the
srcDest tensor or must be equal to 1. In the latter
case, the same value from the bias tensor for those dimensions will be
used to blend into the srcD
est tensor.
This function adds the scaled values of one
src
tensor to another
tensor. Each dimension of the
src
tensor must match the corresponding
dimension of the
dest tensor or must be equal to 1. In the latter case,
the same value from the src tensor, for those dimensions, will be used
to blend into the d
est 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