-
#include "tensorstore/index_space/output_index_map.h"
-
SharedArrayView<const Index, InputRank, offset_origin>
tensorstore::OutputIndexMapRef<
InputRank>::IndexArrayView::shared_array_ref() const; Returns a SharedArrayView representing the index array.
The shape of the returned array is equal to the
IndexTransform::input_shape()
.If an unowned reference is sufficient,
array_ref()
can be used instead to avoid the cost of atomic reference count operations.