Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ TEST
Function
TEST
test/mean.cpp:221–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
TEST(MeanAll, f64) { meanAllTest<double>(2.1, dim4(10, 10, 1, 1)); }
222
223
TEST(MeanAll, f32) { meanAllTest<float>(2.1f, dim4(10, 5, 2, 1)); }
224
Callers
nothing calls this directly
Calls
8
randu
Function · 0.85
constant
Function · 0.85
host
Method · 0.80
as
Method · 0.80
dim4
Class · 0.50
mean
Function · 0.50
dims
Method · 0.45
elements
Method · 0.45
Tested by
no test coverage detected