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

Parameters structure.

#include <tensor_fill.h>

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

Public Member Functions

CUTLASS_HOST_DEVICE Params ()
 Default ctor. More...
 
 Params (TensorView view_, Element const *ptr_)
 Construction of Gaussian RNG functor. More...
 

Public Attributes

TensorView view
 
Element const * ptr
 

Constructor & Destructor Documentation

template<typename Element , typename Layout >
CUTLASS_HOST_DEVICE cutlass::reference::device::detail::TensorCopyDiagonalInFunc< Element, Layout >::Params::Params ( )
inline
template<typename Element , typename Layout >
cutlass::reference::device::detail::TensorCopyDiagonalInFunc< Element, Layout >::Params::Params ( TensorView  view_,
Element const *  ptr_ 
)
inline
Parameters
view_destination tensor

Member Data Documentation

template<typename Element , typename Layout >
Element const* cutlass::reference::device::detail::TensorCopyDiagonalInFunc< Element, Layout >::Params::ptr
template<typename Element , typename Layout >
TensorView cutlass::reference::device::detail::TensorCopyDiagonalInFunc< Element, Layout >::Params::view

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