TensorStore
tensorstore::operator<<[ResizeMode]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
          • CSpec
          • CTensorStore
            • Types
            • Data members
            • Constructors
            • Methods
            • Friend functions
            • Related Types
            • Related Functions
            • I/O
              • FResolveBounds
              • FResize
                • Related Types
                  • EResizeMode
                    • Related Constants
                    • Related Functions
                      • Foperator&
                      • Foperator|
                      • Foperator!
                      • Foperator<<
                  • CResizeOptions
              • FRead [TensorStore, Array]
              • FRead [TensorStore]
              • FGetStorageStatistics
            • 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/resize_options.h"
    std::ostream&
    tensorstore::operator<<(std::ostream& os, ResizeMode mode);

    Prints a debugging string representation to an std::ostream.

    Back to top
    Previous tensorstore::operator![ResizeMode]
    Next tensorstore::ResizeOptions