Define softmax semantics and implement a lowering to the correct sequence of named ops
Open
upstream
- Dominant language
- C++
- Stars
- 54
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
For this, we need to lower it from multiple models and multiple frameworks and see "what they do". At least two potential options: `exp(arg)` and `exp(arg-mean)`, might be more. We need to pick one, provide reasoning, and then implement a lowering upstream.
Contributor guide
Assessment
This issue has not been assessed yet.