-
#include "tensorstore/rank.h" - struct tensorstore::DynamicRank;
Type of the special
dynamic_rankconstant.Conversion operators¶
- constexpr operator DimensionIndex() const;
Enables the use of
dynamic_rankbelow as a constant argument forDimensionIndex Ranktemplate parameters to indicate a dynamic rank (with inline buffer disabled, if applicable).
Methods¶
-
constexpr DimensionIndex
operator()(DimensionIndex inline_buffer_size) const; Enables the use of
dynamic_rank(n)as an argument forDimensionIndex Ranktemplate parameters to indicate a dynamic rank with an inline buffer of sizen.