Skip to content

Commit 31d3b90

Browse files
committed
fix typo
Signed-off-by: AhnDW <[email protected]>
1 parent 16c78e9 commit 31d3b90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/conversion/converters/impl/batch_norm.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ auto batch_norm_registrations TRTORCH_UNUSED =
115115

116116
auto scales = args[1].unwrapToTensor(at::ones(shape[1], options)).cpu().contiguous();
117117
auto bias = args[2].unwrapToTensor(at::zeros(shape[1], options)).cpu().contiguous();
118-
LOG_DEBUG("Scales : " << );
119-
LOG_DEBUG("bias : " << bias);
120118

121119
// track_running_stats=True
122120
if (!args[3].IValue()->isNone() || !args[4].IValue()->isNone()) {

0 commit comments

Comments
 (0)