Skip to content

Commit 327e6ef

Browse files
authored
Update Decompose.cpp part 3
Signed-off-by: hamptonm1 <[email protected]>
1 parent 6d35971 commit 327e6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dialect/ONNX/Transforms/Decompose.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ LogicalResult ONNXGroupNormalizationCommon(
906906
axesList.emplace_back(1);
907907
}
908908
// Reshape instead of unsqueeze (use biasScaleShape)
909-
axes = create.onnx.constantInt64(axisList);
909+
axes = create.onnx.constantInt64(axesList);
910910
biasScaleType = RankedTensorType::get(biasScaleVal, elementType);
911911
newScale = create.onnx.reshape(biasScaleType, scale, axes);
912912
newBias = create.onnx.reshape(biasScaleType, bias, axes);

0 commit comments

Comments
 (0)