MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / TEST_F

Function TEST_F

dnn/test/arm_common/matrix_mul.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace test;
15
16TEST_F(ARM_COMMON, MATRIX_MUL_INT8x8x32) {
17 matrix_mul::check_matrix_mul(
18 dtype::Int8{}, dtype::Int8{}, dtype::Int32{}, handle());
19}
20
21TEST_F(ARM_COMMON, MATRIX_MUL_INT8x8x16) {
22 matrix_mul::check_matrix_mul(

Callers

nothing calls this directly

Calls 5

set_dtypeMethod · 0.80
runFunction · 0.50
execsMethod · 0.45
getMethod · 0.45
execMethod · 0.45

Tested by

no test coverage detected