Skip to content

Commit d47f48f

Browse files
committed
fix: typo in aten::batch_norm
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 93ec68a commit d47f48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/conversion/converters/impl/batch_norm.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ void _batch_norm(
1414
ConversionCtx* ctx,
1515
const torch::jit::Node* n,
1616
nvinfer1::ITensor* input,
17-
const nvinfer1::Dims32& orig_shape,
17+
const nvinfer1::Dims& orig_shape,
1818
const torch::Tensor& gamma,
1919
const torch::Tensor& beta,
2020
const torch::Tensor& mean,

0 commit comments

Comments
 (0)