-
#include "tensorstore/array.h" -
template <typename Source, typename Dest>
absl::Status tensorstore::CopyConvertedArray(const Source& source,
const Dest& dest); Copies the contents of
sourcetodest, with optional data type conversion.This checks at compile time that the static ranks of
sourceanddestare compatible.