-
#include "tensorstore/array.h"
-
Index tensorstore::Array<ElementTagType,
Rank,
OriginKind,
LayoutContainerKind>::num_elements() const; Returns the total number of element, equal to the product of the elements in
shape()
.
#include "tensorstore/array.h"
Returns the total number of element, equal to the product of the
elements in shape()
.