TensorStore
tensorstore::retain_context
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
            • Types
            • Constructors
            • Methods
            • Conversion operators
            • Friend functions
            • Related Types
              • EContextBindingMode
                • Related Constants
                  • Vretain_context
              • EContextBindingState
          • CSchema
          • CSpec
          • CTensorStore
        • 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;
    Back to top
    Previous tensorstore::ContextBindingMode
    Next tensorstore::ContextBindingState