We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8334919 commit 99e8773Copy full SHA for 99e8773
1 file changed
index.bs
@@ -5317,6 +5317,7 @@ partial interface MLGraphBuilder {
5317
</summary>
5318
1. If [=MLGraphBuilder/validating operand=] with [=this=] and |input| returns false, then [=exception/throw=] a {{TypeError}}.
5319
1. If |input|'s [=MLOperand/rank=] is not 2, then [=exception/throw=] a {{TypeError}}.
5320
+ 1. If |axis| is greater than or equal to |input|'s [=MLOperand/rank=], then [=exception/throw=] a {{TypeError}}.
5321
1. *Make graph connections:*
5322
1. Let |output| be the result of [=copying an MLOperand=] given |input|.
5323
1. Let |operator| be an [=operator=] for the softmax operation, given |axis|.
0 commit comments