Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
array::array(const af_array handle) : arr(handle) {}
177
178
array::array() : arr(initEmptyArray(f32, 0, 1, 1, 1)) {}
179
Callers
1
array.cpp
File · 0.80
Calls
4
initEmptyArray
Function · 0.85
af_retain_array
Function · 0.50
af_moddims
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected