Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matvec.h32 void MatVec(T* out_buf, T* mat_buf, T* x_buf, int64 rows, int64 cols, in MatVec() argument
53 auto mat = MatrixMap(mat_buf, mat_rows, mat_cols); in MatVec()