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

Function dotAll

src/api/c/blas.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61template<typename T>
62static inline T dotAll(af_array out) {
63 T res{};
64 AF_CHECK(af_eval(out));
65 AF_CHECK(af_get_data_ptr((void *)&res, out));
66 return res;
67}
68
69} // namespace
70

Callers

nothing calls this directly

Calls 2

af_evalFunction · 0.70
af_get_data_ptrFunction · 0.70

Tested by

no test coverage detected