-
#include "tensorstore/index_space/index_transform.h"
-
span<const Index, InputRank>
tensorstore::IndexTransform<InputRank, OutputRank, CKind>::
input_origin() const; Returns the array of inclusive lower bounds for the input dimensions.
- Pre:¶
valid()
- Returns:¶
A span of length
input_rank()
.