CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Parameters structure.
#include <tensor_fill.h>
Public Member Functions | |
Params (uint64_t seed_=0, Element mean_=0, Element stddev_=1, int int_scale_=-1) | |
Construction of Gaussian RNG functor. More... | |
Public Attributes | |
uint64_t | seed |
FloatType | mean |
FloatType | stddev |
int | int_scale |
|
inline |
int cutlass::reference::device::detail::RandomGaussianFunc< Element >::Params::int_scale |
FloatType cutlass::reference::device::detail::RandomGaussianFunc< Element >::Params::mean |
uint64_t cutlass::reference::device::detail::RandomGaussianFunc< Element >::Params::seed |
FloatType cutlass::reference::device::detail::RandomGaussianFunc< Element >::Params::stddev |