lin
|
Tests if a set of tensor types all have the same traits. More...
#include <lin/core/traits/tensor.hpp>
Tests if a set of tensor types all have the same traits.
Cs | Tensor types. |
Two tensors are determined to have the same traits if they are also determined to have the same dimensions and the same element types.
If less than two tensor types are given, it defaults to true.