Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ TEST_P
Function
TEST_P
test/blas.cpp:418–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
print_blas_params);
417
418
TEST_P(MatrixMultiplyBatch, Batched) {
419
array out = matmul(lhs, rhs);
420
ASSERT_ARRAYS_NEAR(gold, out, 1e-3);
421
}
422
423
float alpha = 1.f;
424
float beta = 0.f;
Callers
nothing calls this directly
Calls
2
matmul
Function · 0.50
af_gemm
Function · 0.50
Tested by
no test coverage detected