\brief Constructor \param in_features the input features \param config the configuration
| 77 | /// \param in_features the input features |
| 78 | /// \param config the configuration |
| 79 | Sampler() = default; |
| 80 | Sampler(int in_features, sampler_config& config); |
| 81 | void set_seed(uint64_t seed); |
| 82 |
nothing calls this directly
no outgoing calls
no test coverage detected