ConjPhysicalΒΆ

Computes the element-wise conjugate of the given input tensor.

Abstract Signature:

ConjPhysical(input: Tensor)

PyTorch

API: torch.conj_physical
Strategy: Direct Mapping

JAX (Core)

API: jnp.conj
Strategy: Direct Mapping