MCPcopy 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

50using detail::ushort;
51
52Array<uint> emptyArray() { return createEmptyArray<uint>(dim4(0)); }
53
54struct RandomEngine {
55 // clang-format off

Callers 2

RandomEngineMethod · 0.85

Calls 1

dim4Class · 0.50

Tested by

no test coverage detected