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