TensorStore
tensorstore::TensorStore<ElementType, Rank, Mode>::static_rank
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
          • CSpec
          • CTensorStore
            • Types
            • Data members
              • Vstatic_rank
              • Vstatic_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.

    Back to top
    Previous tensorstore::TensorStore<ElementType, Rank, Mode>::RankType
    Next tensorstore::TensorStore<ElementType, Rank, Mode>::static_mode