Searched defs:vdot (Results 1 – 7 of 7) sorted by relevance
193 Tensor vdot(const Tensor &self, const Tensor &other){ in vdot() function
279 inline void vdot(CUDABLAS_DOT_ARGTYPES(Dtype)) { in vdot() function
1977 void vdot<c10::complex<float>>(CUDABLAS_DOT_ARGTYPES(c10::complex<float>)) { in vdot() function1984 void vdot<c10::complex<double>>(CUDABLAS_DOT_ARGTYPES(c10::complex<double>)) { in vdot() function
87 int64_t vmaj, vmin, vdot; in WarnIfBadPtxasVersion() local
335 def vdot(a, b): # pylint: disable=missing-docstring function
1126 def vdot(a: ArrayLike, b: ArrayLike, /): function
6203 def vdot(self, other): function