webmachinelearning / webnn

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

Bugfix: Add missing input operands and activations #609

Closed inexorabletash closed 8 months ago

inexorabletash commented 8 months ago

Several input MLOperands and sequence were missed in 1d1b531a. Add 'em!


Preview | Diff

inexorabletash commented 8 months ago

Note that this doesn't touch conv2d and convTranspose2d as those are tackled over in #607

inexorabletash commented 8 months ago

Oops, and the branch name is misleading; I started with the missing connections for sequence<MLActivation> and only later noticed the other cases.

inexorabletash commented 8 months ago

I think we're good - merge at your leisure?