Struct NestedTensorIndices

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.

Public Functions

explicit NestedTensorIndices(Tensor const&)

Public Members

container::svector<Index> outer
container::svector<Index> inner