Home
last modified time | relevance | path

Searched refs:DispatchMatVec (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matvec.h64 void DispatchMatVec(T* out, T* lhs, T* rhs, int64 m, int64 n, int64 k, in DispatchMatVec() function
115 detail::DispatchMatVec<T>(out, lhs, rhs, m, n, k, transpose_lhs, in EigenMatVec()