MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / comp_size

Function comp_size

include/libnpy/npy.hpp:482–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482inline ndarray_len_t comp_size(const std::vector <ndarray_len_t> &shape) {
483 ndarray_len_t size = 1;
484 for (ndarray_len_t i : shape)
485 size *= i;
486
487 return size;
488}
489
490template<typename Scalar>
491inline void

Callers 2

SaveArrayAsNumpyFunction · 0.85
LoadArrayFromNumpyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected