Struct NestedTensorIndices¶
Defined in File eval_expr.hpp
Struct Documentation¶
-
struct NestedTensorIndices¶
Represents the outer indices and the inner indices of a nested tensor.
Note
The nested tensor is a concept that generalizes the sequant::Tensor with and without proto indices. sequant::Tensors with proto indices have outer and inner indices, whereas, those without proto indices only have outer indices.