Mixed precision + kSTRICT_TYPES, which type is chosen?

Hi,

Please check Developer Guide :: NVIDIA Deep Learning TensorRT Documentation
We document the usage of

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

the kSTRICT_TYPES in the sample is no harm, just has no effect.

Thank you.