Function softmaxGrad

Creates an operation representing the gradient of the softmax function.

Operation softmaxGrad (
  Operation parentGrad,
  Operation op,
  string mod = __MODULE__,
  ulong line = cast(ulong)__LINE__
);