|
Expression Templates Library (ETL)
|
Contains generators for dropout mask. More...


Go to the source code of this file.
Classes | |
| struct | etl::dropout_mask_generator_op< T > |
| Generator from an uniform distribution. More... | |
| struct | etl::dropout_mask_generator_g_op< G, T > |
| Generator from an uniform distribution using a custom random engine. More... | |
Namespaces | |
| etl | |
| Root namespace for the ETL library. | |
Typedefs | |
| template<typename T > | |
| using | etl::dropout_distribution = std::conditional_t< std::is_floating_point_v< T >, std::uniform_real_distribution< T >, std::uniform_int_distribution< T > > |
| Selector helper to get an dropout_distribution based on the type (real or int) More... | |
Contains generators for dropout mask.
1.8.13