CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
< Layout function
#include <tensor_compare.h>
Public Member Functions | |
TensorEqualsFunc () | |
Ctor. More... | |
TensorEqualsFunc (TensorView< Element, Layout > const &lhs_, TensorView< Element, Layout > const &rhs_) | |
Ctor. More... | |
void | operator() (Coord< Layout::kRank > const &coord) |
Visits a coordinate. More... | |
operator bool () const | |
Returns true if equal. More... | |
Public Attributes | |
TensorView< Element, Layout > | lhs |
TensorView< Element, Layout > | rhs |
bool | result |
|
inline |
|
inline |
|
inline |
|
inline |
TensorView<Element, Layout> cutlass::reference::host::detail::TensorEqualsFunc< Element, Layout >::lhs |
bool cutlass::reference::host::detail::TensorEqualsFunc< Element, Layout >::result |
TensorView<Element, Layout> cutlass::reference::host::detail::TensorEqualsFunc< Element, Layout >::rhs |