CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Parameters structure.
#include <tensor_fill.h>
Public Member Functions | |
CUTLASS_HOST_DEVICE | Params () |
Default ctor. More... | |
Params (uint64_t seed_=0, Element max=1, Element min_=0, int int_scale_=-1) | |
Construction of Gaussian RNG functor. More... | |
Public Attributes | |
uint64_t | seed |
FloatType | range |
FloatType | min |
int | int_scale |
|
inline |
|
inline |
int cutlass::reference::device::detail::RandomUniformFunc< Element >::Params::int_scale |
FloatType cutlass::reference::device::detail::RandomUniformFunc< Element >::Params::min |
FloatType cutlass::reference::device::detail::RandomUniformFunc< Element >::Params::range |
uint64_t cutlass::reference::device::detail::RandomUniformFunc< Element >::Params::seed |