Searched refs:EigenMatVec (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_matvec.h | 110 void EigenMatVec(T* out, T* lhs, T* rhs, tensorflow::int64 m, in EigenMatVec() function
|
D | runtime_single_threaded_matmul.cc | 82 xla::EigenMatVec<T>(out, lhs, rhs, m, n, k, transpose_lhs, transpose_rhs); in SingleThreadedMatMulDispatch()
|
D | runtime_matmul.cc | 90 xla::EigenMatVec<T>(out, lhs, rhs, m, n, k, transpose_lhs, transpose_rhs); in MatMulDispatch()
|