Searched refs:validate_configuration (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | GEMMLowpMatrixMultiplyReshapedOnlyRHS.cpp | 116 void validate_configuration(unsigned int m_value, unsigned int n_value, unsigned int k_value, unsig… in validate_configuration() function 178 …validate_configuration(m_value, n_value, k_value, b_value, m0_value, n0_value, k0_value, h0_value,… in TEST_SUITE()
|
H A D | GEMMMatrixMultiplyNative.cpp | 249 void validate_configuration(unsigned int m_value, unsigned int n_value, unsigned int k_value, unsig… in validate_configuration() function 425 …validate_configuration(m_value, n_value, k_value, b_value, m0_value, n0_value, k0_value, broadcast… in TEST_SUITE_END()
|
H A D | GEMMMatrixMultiplyReshapedOnlyRHS.cpp | 268 bool validate_configuration(unsigned int m_value, unsigned int n_value, unsigned int k_value, unsig… in validate_configuration() function 369 …bool status = validate_configuration(37, 51, 23, b_value, m0_value, n0_value, k0_value, 1, false, …
|