Skip to content

Commit 20a0716

Browse files
committed
lint
1 parent e7bd9ac commit 20a0716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/conversion/converters/impl/reduce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ auto reduce_registrations TORCHTRT_UNUSED =
7171
auto in_tensor = args[0].ITensorOrFreeze(ctx);
7272
auto in_dims = util::toVec(in_tensor->getDimensions());
7373
LOG_WARNING("Sum Converter disregards dtype");
74-
74+
7575
if (in_tensor->getType() == nvinfer1::DataType::kBOOL) {
7676
LOG_DEBUG(
7777
"Found type " << in_tensor->getType() << " in aten::sum, casting to "

0 commit comments

Comments
 (0)