Skip to content

Commit cb7a367

Browse files
committed
typo
1 parent e3a7443 commit cb7a367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxscript/optimizer/_constant_folding_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def test_dynamic_split_to_sequence_list_shape_no_keepdims(self):
381381
ir_version: 8,
382382
opset_import: ["" : 18]
383383
>
384-
func (float[1,M] x, int64[M] split) => (float[1,M] return_val) {
384+
func (float[1,M] x, int64[3] split) => (float[1,M] return_val) {
385385
splits = SplitToSequence <axis: int = 1, keepdims: int = 0> (x, split)
386386
i0 = Constant <value: tensor = int64 i0 {0}> ()
387387
s0 = SequenceAt (splits, i0)

0 commit comments

Comments
 (0)