"tools/distpartitioning/array_readwriter/numpy_array.py" did not exist on "408eba247911f1942266fb2e7705f0e1db19a6ee"
Commit adc791ea authored by Davis King's avatar Davis King
Browse files

Added missing requirements

parent 74784872
......@@ -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()
......
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment