Is creation of custom operators supported?
Open
- Dominant language
- No language data
- Stars
- 369
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
In the MXNet docs there's a section on how to create new custom operators (Layers) and the doc there suggests this can be done in the "front-end" language - Python is suggested, but I'm wondering if this is doable in Julia as well? The document talks about using CustomOp for doing this, but I'm not seeing that under mx.
Specifically, their example code for Python shows:
class Softmax(mx.operator.CustomOp)
...
I'm not seeing an mx.operator.CustomOp when I search around in the Julia REPL.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.