Searched refs:is_b_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…2388 _is_b_reshaped(is_b_reshaped), in _is_a_reshaped()2417 bool is_b_reshaped() const in is_b_reshaped() function
174 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_b_reshaped(), "Matrix B already reshaped is not suppo… in validate()
318 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_b_reshaped(), "Matrix B already reshaped is not suppo… in validate()
480 …ARM_COMPUTE_RETURN_ERROR_ON_MSG(gemm_info.is_b_reshaped(), "Matrix B already reshaped is not suppo… in validate()
1524 os << "is_b_reshaped=" << info.is_b_reshaped() << ",";