TensorStore
tensorstore::retain_context
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • C Batch
          • C Transaction
          • C Context
            • Types
            • Constructors
            • Methods
            • Conversion operators
            • Friend functions
            • Related Types
              • E ContextBindingMode
                • Related Constants
                  • V retain_context
              • E ContextBindingState
          • C Schema
          • C Spec
          • C TensorStore
        • 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/context.h"
    constexpr const ContextBindingMode tensorstore::retain_context =
        ContextBindingMode::retain;
    constexpr const ContextBindingMode tensorstore::unbind_context =
        ContextBindingMode::unbind;
    constexpr const ContextBindingMode tensorstore::strip_context =
        ContextBindingMode::strip;