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_, Array< Element, Layout::kRank > const &v_, Element s_=Element(0)) | |
Construction of Gaussian RNG functor. More... | |
Public Attributes | |
TensorView | view |
Array< Element, Layout::kRank > | v |
Element | s |
|
inline |
|
inline |
view_ | destination tensor |
Element cutlass::reference::device::detail::TensorFillLinearFunc< Element, Layout >::Params::s |
Array<Element, Layout::kRank> cutlass::reference::device::detail::TensorFillLinearFunc< Element, Layout >::Params::v |
TensorView cutlass::reference::device::detail::TensorFillLinearFunc< Element, Layout >::Params::view |