Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matvec.h110 void EigenMatVec(T* out, T* lhs, T* rhs, tensorflow::int64 m, in EigenMatVec() function
Druntime_single_threaded_matmul.cc82 xla::EigenMatVec<T>(out, lhs, rhs, m, n, k, transpose_lhs, transpose_rhs); in SingleThreadedMatMulDispatch()
Druntime_matmul.cc90 xla::EigenMatVec<T>(out, lhs, rhs, m, n, k, transpose_lhs, transpose_rhs); in MatMulDispatch()