diff --git a/index.bs b/index.bs index 113fcd4f..c6fa24bd 100644 --- a/index.bs +++ b/index.bs @@ -871,7 +871,7 @@ dictionary MLComputeResult { interface MLContext { Promise compute( MLGraph graph, MLNamedArrayBufferViews inputs, MLNamedArrayBufferViews outputs); - + MLOpSupportLimits opSupportLimits(); }; @@ -5283,10 +5283,6 @@ partial dictionary MLOpSupportLimits { ### Pooling operations ### {#api-mlgraphbuilder-pool2d} Compute a pooling operation across all the elements within the moving window over the input tensor.