Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dunpack.h179 const int global_row = r + dst_block.start_row; in UnpackResult() local
190 rhs_offset, depth, r, c, global_row, global_col, 0, cx); in UnpackResult()
196 const int global_row = r + dst_block.start_row; in UnpackResult() local
203 rhs_offset, depth, r, c, global_row, global_col, global_row, in UnpackResult()
208 const int global_row = r + dst_block.start_row; in UnpackResult() local
215 rhs_offset, depth, r, c, global_row, global_col, global_row, in UnpackResult()
227 const int global_row = r + dst_block.start_row; in UnpackResult() local
232 global_row, global_col, global_row, global_col); in UnpackResult()
235 const int global_row = r + dst_block.start_row; in UnpackResult() local
239 global_row, global_col, global_row, global_col); in UnpackResult()
[all …]
/external/tensorflow/tensorflow/core/kernels/linalg/
Deye_functor_gpu.cu.cc39 const int global_row = index / n; in EyeKernel() local
40 const int col = index - global_row * n; in EyeKernel()
41 const int batch = global_row / m; in EyeKernel()
42 const int row = global_row - batch * m; in EyeKernel()