Skip to content

Commit 2828962

Browse files
committed
Bikeshed reverse inputRank
1 parent f234f8d commit 2828962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8228,7 +8228,7 @@ partial dictionary MLOpSupportLimits {
82288228
1. If [=this=] [=MLGraphBuilder/can not build=], then [=exception/throw=] an "{{InvalidStateError}}" {{DOMException}}.
82298229
1. If [=MLGraphBuilder/validating operand=] with [=this=] and |input| returns false, then [=exception/throw=] a {{TypeError}}.
82308230
1. If |input|'s [=MLOperand/dataType=] is not one of its [=/allowed data types=] (according to [this table](#constraints-reverse)), then [=exception/throw=] a {{TypeError}}.
8231-
1. Let |inputRank| be |inputShape|'s [=list/size=].
8231+
1. Let |inputRank| be |input|'s [=MLOperand/rank=].
82328232
1. If |axes| is not given, let |axes| be [=the range=] 0 to |inputRank|, exclusive.
82338233
1. Otherwise, if |axes| contains duplicate values, or if any of its elements is not in [=the range=] 0 to |inputRank|, exclusive, then return failure.
82348234
1. *Make graph connections:*

0 commit comments

Comments
 (0)