Skip to content

Commit 1602a07

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

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
@@ -7182,7 +7182,7 @@ partial dictionary MLOpSupportLimits {
71827182
y0 = floor(inputCoordinate.y)
71837183
y1 = ceil(inputCoordinate.y)
71847184
vx0y0 = input tensor value at (x0, y0)
7185-
v10 = input tensor value at (x1, y0)
7185+
vx1y0 = input tensor value at (x1, y0)
71867186
v01 = input tensor value at (x0, y1)
71877187
v11 = input tensor value at (x1, y1)
71887188
tx = inputCoordinate.x - x0

0 commit comments

Comments
 (0)