Searched refs:can_use_fc (Results 1 – 1 of 1) sorted by relevance
5491 const bool can_use_fc = in ConvertMatMulHelper() local5493 const bool should_use_fc = can_use_fc && input_a.GetTrtDims().nbDims >= 3 && in ConvertMatMulHelper()5497 if (should_use_fc || (can_use_fc && params->converter->precision_mode() == in ConvertMatMulHelper()