TensorStore
tensorstore::WriteOptions::source_data_reference_restriction
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
              • FModeCast
              • FWrite
                • Related Types
                  • CWriteProgress
                  • CWriteOptions
                    • Data members
                      • Valignment_options
                      • Vprogress_function
                      • Vsource_data_reference_restriction
                • Related Constants
              • FCopy
              • FCast
              • FOpen
            • 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/read_write_options.h"
    SourceDataReferenceRestriction
    tensorstore::WriteOptions::source_data_reference_restriction =
           
     cannot_reference_source_data;

    Specifies restrictions on how the source data may be referenced (as opposed to copied).

    Back to top
    Previous tensorstore::WriteOptions::progress_function
    Next tensorstore::CanWriteArrayToTensorStore