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

Function LoadArrayFromNumpy

include/libnpy/npy.hpp:519–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517
518template<typename Scalar>
519inline void
520LoadArrayFromNumpy(const std::string &filename, std::vector<unsigned long> &shape, std::vector <Scalar> &data) {
521 bool fortran_order;
522 LoadArrayFromNumpy<Scalar>(filename, shape, fortran_order, data);
523}
524
525template<typename Scalar>
526inline void LoadArrayFromNumpy(const std::string &filename, std::vector<unsigned long> &shape, bool &fortran_order,

Callers

nothing calls this directly

Calls 7

read_headerFunction · 0.85
parse_headerFunction · 0.85
comp_sizeFunction · 0.85
tieMethod · 0.80
readMethod · 0.80
resizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected