AdjointΒΆ
Returns a view of the tensor conjugated and with the last two dimensions transposed.
Abstract Signature:
Adjoint(input: Tensor)
JAX (Core)
API:
βStrategy: Macro 'jnp.conjugate(jnp.swapaxes({input}, -1, -2))'
NumPy
API:
βStrategy: Macro 'np.conjugate(np.swapaxes({input}, -1, -2))'
Keras
API:
βStrategy: Macro 'keras.ops.conj(keras.ops.swapaxes({input}, -1, -2))'
TensorFlow
API:
βStrategy: Macro 'tf.math.conj(tf.linalg.adjoint({input}))'
Apple MLX
API:
βStrategy: Macro 'mx.conjugate(mx.swapaxes({input}, -1, -2))'
Flax NNX
API:
βStrategy: Macro 'jnp.conjugate(jnp.swapaxes({input}, -1, -2))'
PaxML / Praxis
API:
βStrategy: Macro 'jnp.conjugate(jnp.swapaxes({input}, -1, -2))'