Searched refs:MatVec (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_matvec.h | 32 void MatVec(T* out_buf, T* mat_buf, T* x_buf, int64 rows, int64 cols, in MatVec() function 94 MatVec<T>(out, mat, vec, rows, cols, transpose_mat); in DispatchMatVec()
|