sponge.function.quaternion_multiply

View Source On Gitee
sponge.function.quaternion_multiply(tensor_1, tensor_2)[source]

Get the quaternion multiplication of the given tensor.

Parameters
  • tensor_1 (Tensor) – A tensor to calculate.

  • tensor_2 (Tensor) – The other tensor to calculate.

Returns

The multiplication result.