Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ TEST_P
Function
TEST_P
test/dot.cpp:310–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
print_dot);
309
310
TEST_P(Dot, Half) {
311
SUPPORTED_TYPE_CHECK(half_float::half);
312
array hc = dot(ha, hb);
313
314
ASSERT_ARRAYS_NEAR(gold, hc.as(f32), 1e-2);
315
}
Callers
nothing calls this directly
Calls
2
as
Method · 0.80
dot
Function · 0.50
Tested by
no test coverage detected