-
#include "tensorstore/index_space/transformed_array.h"
-
ArrayView<ElementTag, dynamic_rank, offset_origin>
tensorstore::TransformedArray<ElementTagType, Rank, LayoutCKind>::
base_array() const; Returns a fake “base array” such that this transformed array is equivalent to applying
transform()
tobase_array()
.- Returns:¶
An array with an
Array::element_pointer
equal toelement_pointer()
and a layout of ranktransform().output_rank()
with unbounded domain andArray::byte_strides
of1
.