Template Struct TensorTraits¶
Defined in File tensor_traits.hpp
Struct Documentation¶
-
template<typename
T
>
structripple
::
TensorTraits
¶ Tensor traits for a class of type T.
This is the base case for when the type T is not a tensor.
- Template Parameters
T
: The type of the class to get the Tensor traits for.
Public Types
-
using
Iterator
= std::void_t<>¶ Defines the type of the tensor global data iterator.
Defines the type of the tensor shared data iterator.