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

Method elements

src/backend/common/dim4.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44dim_t dim4::elements() const { return dims[0] * dims[1] * dims[2] * dims[3]; }
45
46dim_t dim4::elements() { return static_cast<const dim4&>(*this).elements(); }
47

Callers 15

convolve2Function · 0.45
joinFunction · 0.45
reshapeFunction · 0.45
lookupFunction · 0.45
sparseConvertDenseToCOOFunction · 0.45
indexFunction · 0.45
getBufferWithOffsetMethod · 0.45
evalNodesFunction · 0.45
ArrayMethod · 0.45
evalMethod · 0.45
evalMultipleFunction · 0.45
getNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected