-
#include "tensorstore/index_space/index_transform.h"
-
constexpr const DimensionIndex tensorstore::
IndexTransform<InputRank, OutputRank, CKind>::static_rank =
InputRank; -
constexpr const DimensionIndex tensorstore::
IndexTransform<InputRank, OutputRank, CKind>::static_input_rank =
InputRank; Static input rank, or
dynamic_rank
if the input rank is determined at run time.