Searched refs:row_block_begin (Results 1 – 2 of 2) sorted by relevance
489 int row_block_begin = 0; in CreateOuterProductMatrixAndProgram() local492 const int row_block_end = row_block_begin + row_blocks[row_block]; in CreateOuterProductMatrixAndProgram()494 const int r = row_block_begin; in CreateOuterProductMatrixAndProgram()501 row_block_begin = row_block_end; in CreateOuterProductMatrixAndProgram()503 CHECK_EQ(row_block_begin, m.num_rows()); in CreateOuterProductMatrixAndProgram()517 int row_block_begin = 0; in ComputeOuterProduct() local522 const int row_block_end = row_block_begin + row_blocks[row_block]; in ComputeOuterProduct()524 for (int r = row_block_begin; r < row_block_end; ++r) { in ComputeOuterProduct()536 row_block_begin = row_block_end; in ComputeOuterProduct()539 CHECK_EQ(row_block_begin, m.num_rows()); in ComputeOuterProduct()
442 int row_block_begin = 0; in CreateRandomCompressedRowSparseMatrix() local449 rows.push_back(row_block_begin + i); in CreateRandomCompressedRowSparseMatrix()457 row_block_begin += row_blocks[r]; in CreateRandomCompressedRowSparseMatrix()