tf.raw_ops.IgammaGradA

Computes the gradient of igamma(a, x) wrt a.

aA Tensor. Must be one of the following types: float32, float64.
xA Tensor. Must have the same type as a.
nameA name for the operation (optional).

A Tensor. Has the same type as a.