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 (TensorView view_=TensorView(), typename RandomFunc::Params random_=RandomFunc::Params()) | |
Construction of Gaussian RNG functor. More... | |
Public Attributes | |
TensorView | view |
RandomFunc::Params | random |
|
inline |
|
inline |
RandomFunc::Params cutlass::reference::device::detail::TensorFillRandomUniformFunc< Element, Layout >::Params::random |
TensorView cutlass::reference::device::detail::TensorFillRandomUniformFunc< Element, Layout >::Params::view |