VdotΒΆ

Computes the dot product of two vectors (conjugating the first if complex).

Abstract Signature:

Vdot(x: Tensor, y: Tensor)

PyTorch

API: torch.vdot
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.vdot
Strategy: Direct Mapping

NumPy

API: numpy.vdot
Strategy: Direct Mapping

Keras

API: keras.ops.vdot
Strategy: Direct Mapping

TensorFlow

API: tf.tensordot
Strategy: Direct Mapping

Apple MLX

API: mlx.core.matmul
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.vdot
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.vdot
Strategy: Direct Mapping