tfg.geometry.transformation.dual_quaternion.norm

Computes the norm, which is in general a dual number.

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

dual_quaternion A TensorLike of shape [A1, ..., An, 8], where the last dimension represents a dual quaternion.
name A name for this op that defaults to "dual_quaternion_inverse".

A tensor of shape [A1, ..., An, 2], where the last dimension represents a dual number.

ValueError If the shape of dual quaternion is not supported.