@@ -3841,13 +3841,6 @@ partial interface MLGraphBuilder {
3841
3841
optional MLOperatorOptions options = {});
3842
3842
};
3843
3843
3844
- dictionary MLQuantizationSupportLimits {
3845
- MLSupportLimits input;
3846
- MLSupportLimits scale;
3847
- MLSupportLimits zeroPoint;
3848
- MLSupportLimits output;
3849
- };
3850
-
3851
3844
partial dictionary MLOpSupportLimits {
3852
3845
MLQuantizationSupportLimits quantizeLinear;
3853
3846
};
@@ -4309,16 +4302,6 @@ partial dictionary MLOpSupportLimits {
4309
4302
**Returns:** an {{MLOperand}} . The output N-D tensor of [=MLOperand/rank=] equal to the [=MLOperand/rank=] of *input*.
4310
4303
</div>
4311
4304
4312
- {{MLGatherSupportLimits}} has the following members:
4313
- <dl dfn-type=dict-member dfn-for=MLGatherSupportLimits>
4314
- : <dfn>input</dfn>
4315
- :: {{MLSupportLimits}} for input operand.
4316
- : <dfn>indices</dfn>
4317
- :: {{MLSupportLimits}} for indices operand.
4318
- : <dfn>output</dfn>
4319
- :: {{MLSupportLimits}} for output operand.
4320
- </dl>
4321
-
4322
4305
<table id=constraints-gatherelements class='data' link-for="MLGraphBuilder/gatherElements(input, indices, options)">
4323
4306
<caption> Constraints for {{MLGraphBuilder/gatherElements()}} </caption>
4324
4307
<thead>
@@ -8187,10 +8170,6 @@ partial dictionary MLOpSupportLimits {
8187
8170
Scatter slices of values from the update tensor atop the input tensor according to the indices.
8188
8171
8189
8172
<script type=idl>
8190
- dictionary MLScatterOptions : MLOperatorOptions {
8191
- [EnforceRange] unsigned long axis = 0;
8192
- };
8193
-
8194
8173
partial interface MLGraphBuilder {
8195
8174
MLOperand scatterND(MLOperand input,
8196
8175
MLOperand indices,
0 commit comments