Skip to content

Commit 96245ee

Browse files
committed
feat(//core/conversion/conversionctx): Adding logging for truncated
weights setting Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent eb967ae commit 96245ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: core/conversion/conversionctx/ConversionCtx.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ std::ostream& operator<<(std::ostream& os, const BuilderSettings& s) {
1313
os << "Settings requested for TensorRT engine:" \
1414
<< "\n Operating Precision: " << s.op_precision \
1515
<< "\n TF32 Floating Point Computation Enabled: " << !s.disable_tf32 \
16+
<< "\n Truncate Long and Double: " << s.truncate_long_and_double \
1617
<< "\n Make Refittable Engine: " << s.refit \
1718
<< "\n Debuggable Engine: " << s.debug \
1819
<< "\n Strict Types: " << s.strict_types \

0 commit comments

Comments
 (0)