Skip to content

Commit 5e78d7c

Browse files
Update index.bs
Co-authored-by: Ningxin Hu <[email protected]>
1 parent 1d7465d commit 5e78d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7181,7 +7181,7 @@ partial dictionary MLOpSupportLimits {
71817181
x1 = ceil(inputCoordinate.x)
71827182
y0 = floor(inputCoordinate.y)
71837183
y1 = ceil(inputCoordinate.y)
7184-
v00 = input tensor value at (x0, y0)
7184+
vx0y0 = input tensor value at (x0, y0)
71857185
v10 = input tensor value at (x1, y0)
71867186
v01 = input tensor value at (x0, y1)
71877187
v11 = input tensor value at (x1, y1)

0 commit comments

Comments
 (0)