Skip to content

Commit 7601f4d

Browse files
committed
Minor change to kick off build.
1 parent 2a35495 commit 7601f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/onnx_opset/tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2115,7 +2115,7 @@ def mkconst(npval, desc):
21152115
xmax_0 = ctx.make_node('Mul', [xstart.output[0], const_xlenp])
21162116
xmax = ctx.make_node('Sub', [const_xmax, xmax_0.output[0]])
21172117

2118-
# lengths of super/sub diags to extract
2118+
# lengths of super and sub diags to extract
21192119
xsize_0 = ctx.make_node('Sub', [const_xlen, xstart.output[0]])
21202120
xsize = ctx.make_node('Min', [xsize_0.output[0], const_minxy])
21212121
ysize_0 = ctx.make_node('Add', [const_ylen, ystart.output[0]])

0 commit comments

Comments
 (0)