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

Method array

src/api/cpp/array.cpp:176–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174};
175
176array::array(const af_array handle) : arr(handle) {}
177
178array::array() : arr(initEmptyArray(f32, 0, 1, 1, 1)) {}
179

Callers 1

array.cppFile · 0.80

Calls 4

initEmptyArrayFunction · 0.85
af_retain_arrayFunction · 0.50
af_moddimsFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected