Mixed precision + kSTRICT_TYPES, which type is chosen?

Hi @carlosgalvezp,

StrictType only force precisions for layers that has:

 layer.setPrecision(xxx)
 layer.setOutputType(xxx)

for other layers we will select the fastest implementation.

Thank you.