TensorStore
tensorstore::ArrayFormatOptions::summary_ellipses
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • EContainerKind
          • CByteStridedPointer
          • CStridedLayout
          • CElementPointer
          • CArray
            • Types
            • Data members
            • Constructors
            • Methods
            • Indexing
            • Friend functions
            • Comparison
            • Related Types
            • Related Constants
            • Related Functions
            • Creation functions
            • Copy functions
            • Formatting
              • CArrayFormatOptions
                • Data members
                  • Vprefix
                  • Vseparator
                  • Vsuffix
                  • Vsummary_ellipses
                  • Vsummary_threshold
                  • Vsummary_edge_items
                • Methods
              • FAppendToString
              • FToString
            • Broadcasting
          • CTransformedArray
          • Transformation
          • Iteration
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/array.h"
    std::string tensorstore::ArrayFormatOptions::summary_ellipses =
       
     "..., ";

    Separator printed between the first summary_edge_items and the last summary_edge_items when printing a summary of a dimension.

    Back to top
    Previous tensorstore::ArrayFormatOptions::suffix
    Next tensorstore::ArrayFormatOptions::summary_threshold