TensorStore
tensorstore::TensorStore<ElementType, Rank, Mode>::static_rank
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • C Batch
          • C Transaction
          • C Context
          • C Schema
          • C Spec
          • C TensorStore
            • Types
            • Data members
              • V static_rank
              • V static_mode
            • Constructors
            • Methods
            • Friend functions
            • Related Types
            • Related Functions
            • I/O
            • Related Constants
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/tensorstore.h"
    constexpr const DimensionIndex
    tensorstore::TensorStore<ElementType, Rank, Mode>::static_rank =
            Rank;

    Compile-time rank, or dynamic_rank if the rank is determined at run time.