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
adc791ea
"tools/distpartitioning/array_readwriter/numpy_array.py" did not exist on "408eba247911f1942266fb2e7705f0e1db19a6ee"
Commit
adc791ea
authored
Nov 13, 2015
by
Davis King
Browse files
Added missing requirements
parent
74784872
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
dlib/dnn/cudnn_dlibapi.h
dlib/dnn/cudnn_dlibapi.h
+2
-0
dlib/dnn/curand_dlibapi.h
dlib/dnn/curand_dlibapi.h
+1
-0
No files found.
dlib/dnn/cudnn_dlibapi.h
View file @
adc791ea
...
...
@@ -281,6 +281,8 @@ namespace dlib
/*!
requires
- is_same_object(dest,src) == false
- src.nr() >= stride_y
- src.nc() >= stride_x
ensures
- #dest.num_samples() == src.num_samples()
- #dest.k() == src.k()
...
...
dlib/dnn/curand_dlibapi.h
View file @
adc791ea
...
...
@@ -41,6 +41,7 @@ namespace dlib
/*!
requires
- data.size()%2 == 0
- stddev >= 0
ensures
- Fills data with random numbers drawn from a Gaussian distribution
with the given mean and standard deviation.
...
...
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