Is there a way to figure out if an NDArray variable has a gradient/requires backprop, similar to the requires_grad attribute in pytorch?
NDArray
requires_grad
I\'