webmachinelearning / webnn

🧠 Web Neural Network API
https://www.w3.org/TR/webnn/
Other
397 stars 48 forks source link

The split's opSupportLimits should be of `MLSplitSupportLimits` #775

Closed BruceDai closed 1 month ago

BruceDai commented 1 month ago

Current Spec defines split's opSupportLimits as MLSingleInputSupportLimits,

partial dictionary MLOpSupportLimits {
  MLSingleInputSupportLimits split;
};

it would be typos, it should be of MLSplitSupportLimits for split having multiples outputs.

@philloooo PTAL, thanks