Searched refs:global_row (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/internal/ |
D | unpack.h | 177 const int global_row = r + dst_block.start_row; in UnpackResult() local 188 rhs_offset, depth, r, c, global_row, global_col, 0, cx); in UnpackResult() 194 const int global_row = r + dst_block.start_row; in UnpackResult() local 201 rhs_offset, depth, r, c, global_row, global_col, global_row, in UnpackResult() 206 const int global_row = r + dst_block.start_row; in UnpackResult() local 213 rhs_offset, depth, r, c, global_row, global_col, global_row, in UnpackResult() 225 const int global_row = r + dst_block.start_row; in UnpackResult() local 230 global_row, global_col, global_row, global_col); in UnpackResult() 233 const int global_row = r + dst_block.start_row; in UnpackResult() local 237 global_row, global_col, global_row, global_col); in UnpackResult() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eye_functor_gpu.cu.cc | 39 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()
|
D | matrix_set_diag_op_gpu.cu.cc | 47 const int global_row = index / n; in MatrixCopyInputAndSetDiagKernel() local 48 const int col = index - global_row * n; in MatrixCopyInputAndSetDiagKernel() 49 const int batch = global_row / m; in MatrixCopyInputAndSetDiagKernel() 50 const int row = global_row - batch * m; in MatrixCopyInputAndSetDiagKernel()
|