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