![]() |
Computes the factorial of n
.
tfg.math.math_helpers.factorial(
n: TensorLike
) -> TensorLike
Note:
In the following, A1 to An are optional batch dimensions.
Args | |
---|---|
n
|
A tensor of shape [A1, ..., An] .
|
Returns | |
---|---|
A tensor of shape [A1, ..., An] .
|