The code in MXNet.jl/src/symbolic-node.jl can help you find the answers.
I am not familiar with this package. Here's my Guess: A = mx.Variable("A") B = mx.Variable("B") C = B .* A D = C + 1 mx.normalized_gradient may be the solution to the remainder, if exists.
source share