tfg.math.math_helpers.double_factorial

Computes the double factorial of n.

In the following, A1 to An are optional batch dimensions.

n A tensor of shape [A1, ..., An] containing positive integer values.

A tensor of shape [A1, ..., An] containing the double factorial of n.