vec_dots
vec_dots(vecs1, vecs2, axis=-1):
Computes the pair-wise dot product of two lists of vecs using np.matmul
vecs1
:Any
No description…
vecs2
:Any
No description…
Examples:
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings