Searched refs:rhs_num_cols (Results 1 – 1 of 1) sorted by relevance
1093 const int rhs_num_cols = right.dimension(1); in ComputeOutputBlock() local1094 DCHECK_LE(num_cols, rhs_num_cols); in ComputeOutputBlock()1095 Matrix out(num_rows, rhs_num_cols); in ComputeOutputBlock()1106 if (num_cols == rhs_num_cols) { in ComputeOutputBlock()1113 if (num_cols == rhs_num_cols) { in ComputeOutputBlock()1123 out_tr.reset(new Matrix(rhs_num_cols, num_rows)); in ComputeOutputBlock()