Vdot
====
Computes the dot product of two vectors (conjugating the first if complex).
**Abstract Signature:**
``Vdot(x: Tensor, y: Tensor)``
.. raw:: html
PyTorch JAX (Core) NumPy Keras TensorFlow Apple MLX Flax NNX PaxML / Praxis
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