webmachinelearning / webnn

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

Replace MLActivation with MLRecurrentNetworkActivation #718

Closed a-sully closed 4 months ago

a-sully commented 4 months ago

As proposed in https://github.com/webmachinelearning/webnn/issues/689#issuecomment-2212617508

An MLRecurrentNetworkActivation enum is sufficient for describing activation functions passed to recurrent operators like lstm and gru


Preview | Diff

a-sully commented 4 months ago

@huningxin PTAL?

a-sully commented 4 months ago

Please merge at your convenience (I don't have write access). Thanks!

inexorabletash commented 4 months ago

FYI this will need rebasing on top of dbb9d1cfdf805d00e701b8e118e7e7a5e83358fb - f08f9f7382a5db03566205825174a3204eb90a8f - mostly just deletions though. Once that's done, lint is happy.

a-sully commented 4 months ago

Conflicts resolved! Merge at your convenience 🙏