Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matvec.h47 int64 mat_cols = cols; in MatVec() local
50 std::swap(mat_rows, mat_cols); in MatVec()
53 auto mat = MatrixMap(mat_buf, mat_rows, mat_cols); in MatVec()
/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c172 unsigned mat_cols = 1; in try_mask_partial_io() local
176 mat_cols = glsl_get_matrix_columns(glsl_without_array(type)); in try_mask_partial_io()
186 if (offset >= num_elems * elem_width * mat_cols) { in try_mask_partial_io()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc182 const int mat_cols = Transpose ? mat.dimension(0) : mat.dimension(1); in Initialize() local
184 DCHECK_LE(num_cols + col_offset, mat_cols); in Initialize()