We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9129a11 commit 79da15bCopy full SHA for 79da15b
1 file changed
index.bs
@@ -7338,13 +7338,9 @@ partial dictionary MLOpSupportLimits {
7338
<dl class=switch>
7339
: {{MLPaddingMode/"constant"}}
7340
:: Do nothing.
7341
-
7342
- : {{MLPaddingMode/"edge"}}
7343
- ::
7344
- 1. If |beginningPadding|[|index|] is greater than |outputShape|[|index|], then [=exception/throw=] a {{TypeError}}.
7345
- 1. If |endingPadding|[|index|] is greater than |outputShape|[|index|], then [=exception/throw=] a {{TypeError}}.
7346
7347
- Issue: Restricting {{MLPaddingMode/"edge"}} was not discussed fully with the WG. Should we?
+ : {{MLPaddingMode/"edge"}}
+ :: Do nothing.
7348
7349
: {{MLPaddingMode/"reflection"}}
7350
::
0 commit comments