We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb967ae commit 96245eeCopy full SHA for 96245ee
core/conversion/conversionctx/ConversionCtx.cpp
@@ -13,6 +13,7 @@ std::ostream& operator<<(std::ostream& os, const BuilderSettings& s) {
13
os << "Settings requested for TensorRT engine:" \
14
<< "\n Operating Precision: " << s.op_precision \
15
<< "\n TF32 Floating Point Computation Enabled: " << !s.disable_tf32 \
16
+ << "\n Truncate Long and Double: " << s.truncate_long_and_double \
17
<< "\n Make Refittable Engine: " << s.refit \
18
<< "\n Debuggable Engine: " << s.debug \
19
<< "\n Strict Types: " << s.strict_types \
0 commit comments