C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Parameters for the dropout layer. More...
| Parameter | ( | const double | retainRatio_ = 0.5, |
| const size_t | seed_ = 777 |
||
| ) |
Constructs parameters of the dropout layer
| [in] | retainRatio_ | Probability that any particular element is retained |
| [in] | seed_ | Seed for mask elements random generation |
|
virtual |
Checks the correctness of the parameter
| engines::EnginePtr engine |
Engine for mask elements random generation.
| double retainRatio |
Probability that any particular element is retained.
| size_t seed |
Seed for mask elements random generation.
For more complete information about compiler optimizations, see our Optimization Notice.