CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
Public Member Functions | Public Attributes | List of all members
cutlass::reference::device::detail::TensorFillRandomGaussianFunc< Element, Layout >::Params Struct Reference

Parameters structure.

#include <tensor_fill.h>

Collaboration diagram for cutlass::reference::device::detail::TensorFillRandomGaussianFunc< Element, Layout >::Params:
Collaboration graph
[legend]

Public Member Functions

 Params (TensorView view_=TensorView(), typename RandomFunc::Params random_=typename RandomFunc::Params())
 Construction of Gaussian RNG functor. More...
 

Public Attributes

TensorView view
 
RandomFunc::Params random
 

Constructor & Destructor Documentation

template<typename Element , typename Layout >
cutlass::reference::device::detail::TensorFillRandomGaussianFunc< Element, Layout >::Params::Params ( TensorView  view_ = TensorView(),
typename RandomFunc::Params  random_ = typename RandomFunc::Params() 
)
inline

Member Data Documentation

template<typename Element , typename Layout >
RandomFunc::Params cutlass::reference::device::detail::TensorFillRandomGaussianFunc< Element, Layout >::Params::random
template<typename Element , typename Layout >
TensorView cutlass::reference::device::detail::TensorFillRandomGaussianFunc< Element, Layout >::Params::view

The documentation for this struct was generated from the following file: