Searched refs:is_a_reshaped (Results 1 – 5 of 5) sorted by relevance
2383 …GEMMInfo(bool is_a_reshaped, bool is_b_reshaped, bool reshape_b_only_on_first_run, int depth_outpu…2387 : _is_a_reshaped(is_a_reshaped), in _is_a_reshaped() argument2409 bool is_a_reshaped() const in is_a_reshaped() function
173 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_a_reshaped(), "Matrix A already reshaped is not suppo… in validate()
317 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_a_reshaped(), "Matrix A already reshaped is not suppo… in validate()
479 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_a_reshaped(), "Matrix A already reshaped is not suppo… in validate()
1523 os << "{is_a_reshaped=" << info.is_a_reshaped() << ",";