Home
last modified time | relevance | path

Searched refs:can_use_fc (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc5491 const bool can_use_fc = in ConvertMatMulHelper() local
5493 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()