We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ec68a commit d47f48fCopy full SHA for d47f48f
core/conversion/converters/impl/batch_norm.cpp
@@ -14,7 +14,7 @@ void _batch_norm(
14
ConversionCtx* ctx,
15
const torch::jit::Node* n,
16
nvinfer1::ITensor* input,
17
- const nvinfer1::Dims32& orig_shape,
+ const nvinfer1::Dims& orig_shape,
18
const torch::Tensor& gamma,
19
const torch::Tensor& beta,
20
const torch::Tensor& mean,
0 commit comments