HomeSort by relevance Sort by last modified time
    Searched refs:global_row (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
eye_functor_gpu.cu.cc 40 const int global_row = index / n; local
41 const int col = index - global_row * n;
42 const int batch = global_row / m;
43 const int row = global_row - batch * m;
matrix_set_diag_op_gpu.cu.cc 47 const int global_row = index / n; local
48 const int col = index - global_row * n;
49 const int batch = global_row / m;
50 const int row = global_row - batch * m;
  /external/gemmlowp/internal/
unpack.h 177 const int global_row = r + dst_block.start_row; local
188 rhs_offset, depth, r, c, global_row, global_col, 0, cx);
194 const int global_row = r + dst_block.start_row; local
201 rhs_offset, depth, r, c, global_row, global_col, global_row,
206 const int global_row = r + dst_block.start_row; local
213 rhs_offset, depth, r, c, global_row, global_col, global_row,
225 const int global_row = r + dst_block.start_row; local
230 global_row, global_col, global_row, global_col)
233 const int global_row = r + dst_block.start_row; local
240 const int global_row = r + dst_block.start_row; local
252 const int global_row = r + dst_block.start_row; local
260 const int global_row = r + dst_block.start_row; local
267 const int global_row = r + dst_block.start_row; local
    [all...]

Completed in 105 milliseconds