8.16.0.4
9 Base-rank (non-extended) differentiable functions
The following functions are non-extended functions defined on tensors of the specified base-rank. No extended function rules apply to these functions. They can be arguments to ext1 (if unary) or ext2 (if binary). These functions are differentiable.
Returns the differentiable addition of a and b.
Returns the differentiable difference between a and b.
Returns the differentiable product of a and b.
Returns the differentiable division of a and b.
Returns the exponentiation of a to the power b.
Returns the exponentiation of e to the power a.
Returns the natural (to the base e) logarithm a.
Returns the non-negative square root of a.
Returns absolute value of a.
Returns 0.0 if a is less than 0, or a otherwise.
Here a must be a tensor of rank 1. Returns the sum of all the scalars in a.
Here a must be a tensor of rank 1. Returns the index of the highest scalar in a.
Here a must be a tensor of rank 1. Returns the highest scalar in a.