@@ -2280,7 +2280,7 @@ partial dictionary MLOpSupportLimits {
22802280 <td>{{MLOperandDataType/"int32"}}, {{MLOperandDataType/"int64"}}</td>
22812281 <td>{{MLOperandDataType/"int32"}}</td>
22822282 <td>[=/any rank|N=]</td>
2283- <td>1 to 5</td>
2283+ <td>0 to 5</td>
22842284 </tr>
22852285</table>
22862286
@@ -3501,7 +3501,7 @@ partial dictionary MLOpSupportLimits {
35013501 - *pow*: Compute the values of the values of the first input tensor to the power of the values of the second input tensor, element-wise.
35023502</div>
35033503
3504- <table id=tensor-limits-elementwise-binary-part1 class='data' link-for="MLGraphBuilder/add(a, b, options), MLGraphBuilder/sub(a, b, options), MLGraphBuilder/mul(a, b, options), MLGraphBuilder/div(a, b, options), MLGraphBuilder/max(a, b, options), MLGraphBuilder/min(a, b, options)">
3504+ <table id=tensor-limits-elementwise-binary-add-sub-mul-div-max-min class='data' link-for="MLGraphBuilder/add(a, b, options), MLGraphBuilder/sub(a, b, options), MLGraphBuilder/mul(a, b, options), MLGraphBuilder/div(a, b, options), MLGraphBuilder/max(a, b, options), MLGraphBuilder/min(a, b, options)">
35053505 <caption>Tensor limits for {{MLGraphBuilder/add()}}/{{MLGraphBuilder/sub()}}/{{MLGraphBuilder/mul()}}/{{MLGraphBuilder/div()}}/{{MLGraphBuilder/max()}}/{{MLGraphBuilder/min()}}</caption>
35063506 <thead>
35073507 <tr>
@@ -3535,7 +3535,7 @@ partial dictionary MLOpSupportLimits {
35353535 </tr>
35363536</table>
35373537
3538- <table id==tensor-limits-elementwise-binary-part2 class='data' link-for="MLGraphBuilder/pow(a, b, options)">
3538+ <table id==tensor-limits-elementwise-binary-pow class='data' link-for="MLGraphBuilder/pow(a, b, options)">
35393539 <caption>Tensor limits for {{MLGraphBuilder/pow()}}</caption>
35403540 <thead>
35413541 <tr>
@@ -3730,7 +3730,7 @@ partial dictionary MLOpSupportLimits {
37303730 **Returns:** an {{MLOperand}}. The output tensor that contains the result of element-wise comparison of the two input tensors.
37313731</div>
37323732
3733- <table id=tensor-limits-elementwise-logical-part1 class='data' link-for="MLGraphBuilder/equal(a, b, options), MLGraphBuilder/notEqual(a, b, options), MLGraphBuilder/greater(a, b, options), MLGraphBuilder/greaterOrEqual(a, b, options), MLGraphBuilder/lesser(a, b, options), MLGraphBuilder/lesserOrEqual(a, b, options)">
3733+ <table id=tensor-limits-elementwise-logical-equal-notequal-greater-greaterorequal-lesser-lesserorequal class='data' link-for="MLGraphBuilder/equal(a, b, options), MLGraphBuilder/notEqual(a, b, options), MLGraphBuilder/greater(a, b, options), MLGraphBuilder/greaterOrEqual(a, b, options), MLGraphBuilder/lesser(a, b, options), MLGraphBuilder/lesserOrEqual(a, b, options)">
37343734 <caption>Tensor limits for {{MLGraphBuilder/equal()}}/{{MLGraphBuilder/notEqual()}}/{{MLGraphBuilder/greater()}}/{{MLGraphBuilder/greaterOrEqual()}}/{{MLGraphBuilder/lesser()}}/{{MLGraphBuilder/lesserOrEqual()}}</caption>
37353735 <thead>
37363736 <tr>
@@ -3764,7 +3764,7 @@ partial dictionary MLOpSupportLimits {
37643764 </tr>
37653765</table>
37663766
3767- <table id=tensor-limits-elementwise-logical-part2 class='data' link-for="MLGraphBuilder/logicalNot(a, options)">
3767+ <table id=tensor-limits-elementwise-logical-logicalnot class='data' link-for="MLGraphBuilder/logicalNot(a, options)">
37683768 <caption>Tensor limits for {{MLGraphBuilder/logicalNot()}}</caption>
37693769 <thead>
37703770 <tr>
@@ -3791,7 +3791,7 @@ partial dictionary MLOpSupportLimits {
37913791 </tr>
37923792</table>
37933793
3794- <table id=tensor-limits-elementwise-logical-part3 class='data' link-for="MLGraphBuilder/logicalAnd(a, b, options), MLGraphBuilder/logicalOr(a, b, options), MLGraphBuilder/logicalXor(a, b, options)">
3794+ <table id=tensor-limits-elementwise-logical-logicaland-logicalor-logicalxor class='data' link-for="MLGraphBuilder/logicalAnd(a, b, options), MLGraphBuilder/logicalOr(a, b, options), MLGraphBuilder/logicalXor(a, b, options)">
37953795 <caption>Tensor limits for {{MLGraphBuilder/logicalAnd()}}/{{MLGraphBuilder/logicalOr()}}/{{MLGraphBuilder/logicalXor()}}</caption>
37963796 <thead>
37973797 <tr>
@@ -3825,7 +3825,7 @@ partial dictionary MLOpSupportLimits {
38253825 </tr>
38263826</table>
38273827
3828- <table id=tensor-limits-elementwise-logical-part4 class='data' link-for="MLGraphBuilder/isNaN(a, options), MLGraphBuilder/isInfinite(a, options)">
3828+ <table id=tensor-limits-elementwise-logical-isnan-isinfinite class='data' link-for="MLGraphBuilder/isNaN(a, options), MLGraphBuilder/isInfinite(a, options)">
38293829 <caption>Tensor limits for {{MLGraphBuilder/isNaN()}}/{{MLGraphBuilder/isInfinite()}}</caption>
38303830 <thead>
38313831 <tr>
@@ -4074,7 +4074,7 @@ partial dictionary MLOpSupportLimits {
40744074 tensor is the same as the shape of input tensor.
40754075</div>
40764076
4077- <table id=tensor-limits-elementwise-unary-part1 class='data' link-for="MLGraphBuilder/abs(input, options), MLGraphBuilder/identity(input, options), MLGraphBuilder/neg(input, options)">
4077+ <table id=tensor-limits-elementwise-unary-abs-identity-neg class='data' link-for="MLGraphBuilder/abs(input, options), MLGraphBuilder/identity(input, options), MLGraphBuilder/neg(input, options)">
40784078 <caption>Tensor limits for {{MLGraphBuilder/abs()}}/{{MLGraphBuilder/identity()}}/{{MLGraphBuilder/neg()}}</caption>
40794079 <thead>
40804080 <tr>
@@ -4101,7 +4101,7 @@ partial dictionary MLOpSupportLimits {
41014101 </tr>
41024102</table>
41034103
4104- <table id=tensor-limits-elementwise-unary-part2 class='data' link-for="MLGraphBuilder/ceil(input, options), MLGraphBuilder/cos(input, options), MLGraphBuilder/erf(input, options), MLGraphBuilder/exp(input, options), MLGraphBuilder/floor(input, options), MLGraphBuilder/log(input, options), MLGraphBuilder/reciprocal(input, options), MLGraphBuilder/roundEven(input, options), MLGraphBuilder/sin(input, options), MLGraphBuilder/sqrt(input, options), MLGraphBuilder/tan(input, options)">
4104+ <table id=tensor-limits-elementwise-unary-ceil-cos-erf-exp-floor-log-reciprocal-roundeven-sin-sqrt-tan class='data' link-for="MLGraphBuilder/ceil(input, options), MLGraphBuilder/cos(input, options), MLGraphBuilder/erf(input, options), MLGraphBuilder/exp(input, options), MLGraphBuilder/floor(input, options), MLGraphBuilder/log(input, options), MLGraphBuilder/reciprocal(input, options), MLGraphBuilder/roundEven(input, options), MLGraphBuilder/sin(input, options), MLGraphBuilder/sqrt(input, options), MLGraphBuilder/tan(input, options)">
41054105 <caption>Tensor limits for {{MLGraphBuilder/ceil()}}/{{MLGraphBuilder/cos()}}/{{MLGraphBuilder/erf()}}/{{MLGraphBuilder/exp()}}/{{MLGraphBuilder/floor()}}/{{MLGraphBuilder/log()}}/{{MLGraphBuilder/reciprocal()}}/{{MLGraphBuilder/roundEven()}}/{{MLGraphBuilder/sin()}}/{{MLGraphBuilder/sqrt()}}/{{MLGraphBuilder/tan()}}</caption>
41064106 <thead>
41074107 <tr>
@@ -4128,7 +4128,7 @@ partial dictionary MLOpSupportLimits {
41284128 </tr>
41294129</table>
41304130
4131- <table id=tensor-limits-elementwise-unary-part3 class='data' link-for="MLGraphBuilder/sign(input, options)">
4131+ <table id=tensor-limits-elementwise-unary-sign class='data' link-for="MLGraphBuilder/sign(input, options)">
41324132 <caption>Tensor limits for {{MLGraphBuilder/sign()}}</caption>
41334133 <thead>
41344134 <tr>
@@ -4410,7 +4410,7 @@ partial dictionary MLOpSupportLimits {
44104410 <tr>
44114411 <td>{{scale}}</td>
44124412 <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}</td>
4413- <td>{{MLOperandDataType/"float32"}}</td>
4413+ <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}} </td>
44144414 <td>[=/same rank as|same as=] {{input}}</td>
44154415 <td>0 to 5</td>
44164416 </tr>
@@ -4424,7 +4424,7 @@ partial dictionary MLOpSupportLimits {
44244424 <tr>
44254425 <td>*output*</td>
44264426 <td>[=/same type as|same as=] {{scale}}</td>
4427- <td>{{MLOperandDataType/"float32"}}</td>
4427+ <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}} </td>
44284428 <td>[=/same rank as|same as=] {{input}}</td>
44294429 <td>0 to 5</td>
44304430 </tr>
@@ -4587,14 +4587,14 @@ partial dictionary MLOpSupportLimits {
45874587 <tr>
45884588 <td>{{input}}</td>
45894589 <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}</td>
4590- <td>{{MLOperandDataType/"float32"}}</td>
4590+ <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}} </td>
45914591 <td>[=/any rank|N=]</td>
45924592 <td>0 to 5</td>
45934593 </tr>
45944594 <tr>
45954595 <td>{{scale}}</td>
45964596 <td>[=/same type as|same as=] {{input}}</td>
4597- <td>{{MLOperandDataType/"float32"}}</td>
4597+ <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}} </td>
45984598 <td>[=/same rank as|same as=] {{input}}</td>
45994599 <td>0 to 5</td>
46004600 </tr>
@@ -8060,14 +8060,14 @@ partial dictionary MLOpSupportLimits {
80608060 <td>[=/any data type|any=]</td>
80618061 <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}</td>
80628062 <td>[=/any rank|N=]</td>
8063- <td>1 to 5</td>
8063+ <td>0 to 5</td>
80648064 </tr>
80658065 <tr>
80668066 <td>*output*</td>
80678067 <td>[=/same type as|same as=] {{input}}</td>
80688068 <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}</td>
80698069 <td>[=/same rank as|same as=] {{input}}</td>
8070- <td>1 to 5</td>
8070+ <td>0 to 5</td>
80718071 </tr>
80728072</table>
80738073
@@ -8246,7 +8246,7 @@ partial dictionary MLOpSupportLimits {
82468246 `output size = ceil(1 + (input size - filter size + beginning padding + ending padding) / stride)`
82478247</div>
82488248
8249- <table id=tensor-limits-pooling-part1 class='data' link-for="MLGraphBuilder/averagePool2d(input, options), MLGraphBuilder/maxPool2d(input, options)">
8249+ <table id=tensor-limits-pooling-averagepool2d-maxpool2d class='data' link-for="MLGraphBuilder/averagePool2d(input, options), MLGraphBuilder/maxPool2d(input, options)">
82508250 <caption>Tensor limits for {{MLGraphBuilder/averagePool2d()}}/{{MLGraphBuilder/maxPool2d()}}</caption>
82518251 <thead>
82528252 <tr>
@@ -8273,7 +8273,7 @@ partial dictionary MLOpSupportLimits {
82738273 </tr>
82748274</table>
82758275
8276- <table id=tensor-limits-pooling-part2 class='data' link-for="MLGraphBuilder/l2Pool2d(input, options)">
8276+ <table id=tensor-limits-pooling-l2pool2d class='data' link-for="MLGraphBuilder/l2Pool2d(input, options)">
82778277 <caption>Tensor limits for {{MLGraphBuilder/l2Pool2d()}}</caption>
82788278 <thead>
82798279 <tr>
@@ -8599,7 +8599,7 @@ partial dictionary MLOpSupportLimits {
85998599 **Returns:** an {{MLOperand}}. The output N-D tensor of [=MLOperand/rank=] in the range 0 to {{MLGraphBuilder/reduceL1(input, options)/input}}'s [=MLOperand/rank=], inclusive, depending on {{MLReduceOptions/axes}} and {{MLReduceOptions/keepDimensions}}. If the input operand is a scalar, the reduction function is applied to the scalar value, and the output is also a scalar.
86008600</div>
86018601
8602- <table id=tensor-limits-reduction-part1 class='data' link-for="MLGraphBuilder/reduceL1(input, options), MLGraphBuilder/reduceMax(input, options), MLGraphBuilder/reduceMin(input, options), MLGraphBuilder/reduceSum(input, options), MLGraphBuilder/reduceSumSquare(input, options)">
8602+ <table id=tensor-limits-reduction-reducel1-reducemax-reducemin-reducesum-reducesumsquare class='data' link-for="MLGraphBuilder/reduceL1(input, options), MLGraphBuilder/reduceMax(input, options), MLGraphBuilder/reduceMin(input, options), MLGraphBuilder/reduceSum(input, options), MLGraphBuilder/reduceSumSquare(input, options)">
86038603 <caption>Tensor limits for {{MLGraphBuilder/reduceL1()}}/{{MLGraphBuilder/reduceMax()}}/{{MLGraphBuilder/reduceMin()}}/{{MLGraphBuilder/reduceSum()}}/{{MLGraphBuilder/reduceSumSquare()}}</caption>
86048604 <thead>
86058605 <tr>
@@ -8626,7 +8626,7 @@ partial dictionary MLOpSupportLimits {
86268626 </tr>
86278627</table>
86288628
8629- <table id=tensor-limits-reduction-part2 class='data' link-for="MLGraphBuilder/reduceL2(input, options), MLGraphBuilder/reduceLogSum(input, options), MLGraphBuilder/reduceLogSumExp(input, options), MLGraphBuilder/reduceMean(input, options), MLGraphBuilder/reduceProduct(input, options)">
8629+ <table id=tensor-limits-reduction-reducel2-reducelogsum-reducelogsumexp-reducemean-reduceproduct class='data' link-for="MLGraphBuilder/reduceL2(input, options), MLGraphBuilder/reduceLogSum(input, options), MLGraphBuilder/reduceLogSumExp(input, options), MLGraphBuilder/reduceMean(input, options), MLGraphBuilder/reduceProduct(input, options)">
86308630 <caption>Tensor limits for {{MLGraphBuilder/reduceL2()}}/{{MLGraphBuilder/reduceLogSum()}}/{{MLGraphBuilder/reduceLogSumExp()}}/{{MLGraphBuilder/reduceMean()}}/{{MLGraphBuilder/reduceProduct()}}</caption>
86318631 <thead>
86328632 <tr>
@@ -9868,14 +9868,14 @@ partial dictionary MLOpSupportLimits {
98689868 <td>[=/any data type|any=]</td>
98699869 <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}, {{MLOperandDataType/"int32"}}, {{MLOperandDataType/"int8"}}, {{MLOperandDataType/"uint8"}}</td>
98709870 <td>[=/any rank|N=]</td>
9871- <td>1 to 5</td>
9871+ <td>0 to 5</td>
98729872 </tr>
98739873 <tr>
98749874 <td>*output*</td>
98759875 <td>[=/same type as|same as=] {{input}}</td>
98769876 <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}, {{MLOperandDataType/"int32"}}, {{MLOperandDataType/"int8"}}, {{MLOperandDataType/"uint8"}}</td>
98779877 <td>[=/same rank as|same as=] {{input}}</td>
9878- <td>1 to 5</td>
9878+ <td>0 to 5</td>
98799879 </tr>
98809880</table>
98819881
@@ -10638,14 +10638,14 @@ partial dictionary MLOpSupportLimits {
1063810638 <tr>
1063910639 <td>{{input}}</td>
1064010640 <td>[=/any data type|any=]</td>
10641- <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}, {{MLOperandDataType/"int32"}} </td>
10641+ <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}</td>
1064210642 <td>2 to [=/any rank|N=]</td>
1064310643 <td>2 to 5</td>
1064410644 </tr>
1064510645 <tr>
1064610646 <td>*output*</td>
1064710647 <td>[=/same type as|same as=] {{input}}</td>
10648- <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}, {{MLOperandDataType/"int32"}} </td>
10648+ <td>{{MLOperandDataType/"float32"}}, {{MLOperandDataType/"float16"}}</td>
1064910649 <td>[=/same rank as|same as=] {{input}}</td>
1065010650 <td>2 to 5</td>
1065110651 </tr>
0 commit comments