Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ emptyArray
Function
emptyArray
src/api/c/random.cpp:52–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
using detail::ushort;
51
52
Array<uint> emptyArray() { return createEmptyArray<uint>(dim4(0)); }
53
54
struct RandomEngine {
55
// clang-format off
Callers
2
RandomEngine
Method · 0.85
af_random_engine_set_type
Function · 0.85
Calls
1
dim4
Class · 0.50
Tested by
no test coverage detected