ViewAsComplexCopyΒΆ

Copy-variant of view_as_complex.

Abstract Signature:

ViewAsComplexCopy(x: Tensor)

PyTorch

API: torch.view_as_complex_copy
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Macro 'jax.lax.complex({x}[..., 0], {x}[..., 1])'

NumPy

API: β€”
Strategy: Macro '{x}.view(dtype=numpy.complex64).copy()'

Keras

API: β€”
Strategy: Custom / Partial

TensorFlow

API: tf.complex
Strategy: Direct Mapping

Apple MLX

API: β€”
Strategy: Custom / Partial

Flax NNX

API: β€”
Strategy: Macro 'jax.lax.complex({x}[..., 0], {x}[..., 1])'

PaxML / Praxis

API: β€”
Strategy: Macro 'jax.lax.complex({x}[..., 0], {x}[..., 1])'