Skip to content

Commit 79da15b

Browse files
Remove 'edge' restrictions
1 parent 9129a11 commit 79da15b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

index.bs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7338,13 +7338,9 @@ partial dictionary MLOpSupportLimits {
73387338
<dl class=switch>
73397339
: {{MLPaddingMode/"constant"}}
73407340
:: 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}}.
73467341

7347-
Issue: Restricting {{MLPaddingMode/"edge"}} was not discussed fully with the WG. Should we?
7342+
: {{MLPaddingMode/"edge"}}
7343+
:: Do nothing.
73487344

73497345
: {{MLPaddingMode/"reflection"}}
73507346
::

0 commit comments

Comments
 (0)