-
#include "tensorstore/contiguous_layout.h"
-
constexpr const ContiguousLayoutOrder tensorstore::c_order =
ContiguousLayoutOrder::c; -
constexpr const ContiguousLayoutOrder tensorstore::row_major_order =
ContiguousLayoutOrder::row_major; -
constexpr const ContiguousLayoutOrder tensorstore::fortran_order =
ContiguousLayoutOrder::fortran; -
constexpr const ContiguousLayoutOrder
tensorstore::column_major_order =
ContiguousLayoutOrder::column_major;