TensorStore
tensorstore::Array<ElementTagType, Rank, OriginKind, LayoutContainerKind>::shared_array_view
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • E ContainerKind
          • C ByteStridedPointer
          • C StridedLayout
          • C ElementPointer
          • C Array
            • Types
            • Data members
            • Constructors
            • Methods
              • F operator=
              • F valid
              • F data
              • F pointer
              • F dtype
              • F element_pointer
              • F byte_strided_pointer
              • F byte_strided_origin_pointer
              • F rank
              • F origin
              • F shape
              • F byte_strides
              • F num_elements
              • F domain
              • F layout
              • F operator()
              • F operator[] [index]
              • F operator[] [indices]
              • F array_view
              • F shared_array_view
              • F shared_array
              • F operator|
            • Indexing
            • Friend functions
            • Comparison
            • Related Types
            • Related Constants
            • Related Functions
            • Creation functions
            • Copy functions
            • Formatting
            • Broadcasting
          • C TransformedArray
          • Transformation
          • Iteration
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/array.h"
    SharedArrayView<Element, static_rank, OriginKind>
    tensorstore::Array<ElementTagType,
                       Rank,
                       OriginKind,
                       LayoutContainerKind>::
    shared_array_view() const;

    Returns a SharedArrayView that represents the same array.