Skip to content

Commit 5de8783

Browse files
peri044narendasan
authored andcommitted
chore: empty commit to fix linting
1 parent de4957b commit 5de8783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/conversion/converters/impl/batch_norm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ auto batch_norm_registrations TORCHTRT_UNUSED =
140140
scales = args[1].unwrapToTensor(at::ones(shape[1], options)).cpu().contiguous();
141141
}
142142
auto bias = at::zeros(shape[1], options);
143-
if (!args[2].IValue()->isNone()){
143+
if (!args[2].IValue()->isNone()) {
144144
bias = args[2].unwrapToTensor(at::zeros(shape[1], options)).cpu().contiguous();
145145
}
146146
// track_running_stats=True
@@ -170,7 +170,7 @@ auto batch_norm_registrations TORCHTRT_UNUSED =
170170
so for some functionalities, users need to install correct \
171171
cuDNN version by themselves. Please see our support matrix \
172172
here: https://docs.nvidia.com/deeplearning/tensorrt/support-matrix/index.html.");
173-
//return false;
173+
// return false;
174174
}
175175

176176
const int relu = 0;

0 commit comments

Comments
 (0)