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

Function createHandle

src/api/c/handle.hpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92template<typename T>
93af_array createHandle(const af::dim4 &d) {
94 return getHandle(detail::createEmptyArray<T>(d));
95}
96
97template<typename T>
98af_array createHandleFromValue(const af::dim4 &d, double val) {

Callers 6

af_index_genFunction · 0.70
af_approx1_commonFunction · 0.70
af_approx2_commonFunction · 0.70
af_transform_commonFunction · 0.70
af_create_handleFunction · 0.70
createMethod · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected