We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a35495 commit 7601f4dCopy full SHA for 7601f4d
tf2onnx/onnx_opset/tensor.py
@@ -2115,7 +2115,7 @@ def mkconst(npval, desc):
2115
xmax_0 = ctx.make_node('Mul', [xstart.output[0], const_xlenp])
2116
xmax = ctx.make_node('Sub', [const_xmax, xmax_0.output[0]])
2117
2118
- # lengths of super/sub diags to extract
+ # lengths of super and sub diags to extract
2119
xsize_0 = ctx.make_node('Sub', [const_xlen, xstart.output[0]])
2120
xsize = ctx.make_node('Min', [xsize_0.output[0], const_minxy])
2121
ysize_0 = ctx.make_node('Add', [const_ylen, ystart.output[0]])
0 commit comments