-
#include "tensorstore/array.h" -
template <typename Element>
SharedArray<Element, 0>
tensorstore::MakeScalarArray(const Element& x); Returns a rank-0 array containing a copy of the specified value.
#include "tensorstore/array.h"Returns a rank-0 array containing a copy of the specified value.