-
#include "tensorstore/container_kind.h"
- enum class tensorstore::ContainerKind;
Specifies whether an object (e.g. strided layout) is stored by value or view/reference.
- enumerator container;¶
Object is stored by value.
- enumerator view;¶
Object is stored by reference.
Related Constants¶
-
constexpr const ContainerKind tensorstore::container =
ContainerKind::container;
- constexpr const ContainerKind tensorstore::view = ContainerKind::view;