Ciprian Mindru
Ciprian Mindru
@jfix71 Can you review this?
@jfix71 Any other comments on this PR?
@antimora Don't worry about it. Glow was (also) my first ever C++ real coding project. It took a while to get acquainted with Glow and C++ but in the end...
Hi @muhdmud. In my knowledge this is not done. Any contribution to this is warmly welcomed 😄
@muhdmud You can find some general guidelines [here](https://github.com/pytorch/glow/blob/master/docs/NewOperators.md). The main steps would be in this case: 1. You should define a new node LogSoftmax and define a lowering logic [here](https://github.com/pytorch/glow/blob/master/lib/Optimizer/Lower/Lower.cpp)...
@muhdmud You should submit a single PR with everything. Thanks!