-
#include "tensorstore/array.h"
-
std::string tensorstore::ToString(
const ArrayView<const void, dynamic_rank, offset_origin>& array,
const ArrayFormatOptions& options =
ArrayFormatOptions::Default()); Returns a string representation of
array
(same representation asAppendToString
).