Skip to content
TensorStore
tensorstore::IndexTransform<InputRank, OutputRank, CKind>::input_shape
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
          • TDimensionSet
          • CIndexDomain
          • CIndexTransform
            • Data members
            • Constructors
            • Methods
            • Accessors
              • Foperator bool
              • Finput_rank
              • Foutput_rank
              • Finput_origin
              • Finput_shape
                • Pre
                • Returns
              • Finput_labels
              • Finput_domain
              • Fimplicit_lower_bounds
              • Fimplicit_upper_bounds
              • Foutput_index_maps
              • Foutput_index_map
            • Friend functions
            • Related Types
            • Related Constants
            • Related Functions
            • Identity transform
            • Bounds propagation
          • VIsIndexArray
          • CDimExpression
          • Alignment
        • 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
    • Pre
    • Returns
    #include "tensorstore/index_space/index_transform.h"
    span<const Index, InputRank> tensorstore::
        
    IndexTransform<InputRank, OutputRank, CKind>::
    input_shape() const;

    Returns the array of extents for the input dimensions.

    Pre:¶

    valid()

    Returns:¶

    A span of length input_rank().

    Back to top
    Previous tensorstore::IndexTransform<InputRank, OutputRank, CKind>::input_origin
    Next tensorstore::IndexTransform<InputRank, OutputRank, CKind>::input_labels