MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / total

Method total

src/backend/common/ArrayInfo.hpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 dim_t ndims() const { return dim_size.ndims(); }
84 const af::dim4& dims() const { return dim_size; }
85 size_t total() const { return offset + dim_strides[3] * dim_size[3]; }
86
87 unsigned getDevId() const;
88

Callers 4

ArrayMethod · 0.80
ArrayMethod · 0.80
ArrayMethod · 0.80
ArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected