Skip to content
TensorStore
tensorstore::TensorStore<ElementType, Rank, Mode>::TensorStore[default]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
          • CSpec
          • CTensorStore
            • Types
            • Data members
            • Constructors
              • FTensorStore [default]
                • Post
              • FTensorStore [convert]
              • FTensorStore [unchecked]
            • 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
    • Post
    #include "tensorstore/tensorstore.h"
    tensorstore::TensorStore<ElementType, Rank, Mode>::TensorStore();

    Constructs an invalid TensorStore.

    Post:¶

    valid() == false

    Back to top
    Previous tensorstore::TensorStore<ElementType, Rank, Mode>::static_mode
    Next tensorstore::TensorStore<ElementType, Rank, Mode>::TensorStore[convert]