vec_dots

vec_dots(vecs1, vecs2, axis=-1): 

Computes the pair-wise dot product of two lists of vecs using np.matmul

  • vecs1: Any
  • vecs2: Any

Feedback

Examples

Templates

Documentation