Go to the source code of this file.
|  | 
| template<typename Element , typename Layout > | 
| bool | cutlass::reference::host::TensorEquals (TensorView< Element, Layout > const &lhs, TensorView< Element, Layout > const &rhs) | 
|  | Returns true if two tensor views are equal.  More... 
 | 
|  | 
| template<typename Element , typename Layout > | 
| bool | cutlass::reference::host::TensorNotEquals (TensorView< Element, Layout > const &lhs, TensorView< Element, Layout > const &rhs) | 
|  | Returns true if two tensor views are NOT equal.  More... 
 | 
|  | 
| template<typename Element , typename Layout > | 
| bool | cutlass::reference::host::TensorContains (TensorView< Element, Layout > const &view, Element value) | 
|  | Returns true if a value is present in a tensor.  More... 
 | 
|  | 
| template<typename Element , typename Layout > | 
| std::pair< bool, Coord< Layout::kRank > > | cutlass::reference::host::TensorFind (TensorView< Element, Layout > const &view, Element value) | 
|  | < Layout function  More... 
 | 
|  |