Skip to content

Commit

Permalink
fix: typo in aten::batch_norm
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan committed Aug 20, 2021
1 parent 93ec68a commit d47f48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/conversion/converters/impl/batch_norm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void _batch_norm(
ConversionCtx* ctx,
const torch::jit::Node* n,
nvinfer1::ITensor* input,
const nvinfer1::Dims32& orig_shape,
const nvinfer1::Dims& orig_shape,
const torch::Tensor& gamma,
const torch::Tensor& beta,
const torch::Tensor& mean,
Expand Down

0 comments on commit d47f48f

Please sign in to comment.