Searched refs:rows_padded (Results 1 – 2 of 2) sorted by relevance
581 int rows_padded, in CreatePatternedMatrixWithZeroPadding() argument583 CHECK_GE(rows_padded, rows); in CreatePatternedMatrixWithZeroPadding()585 auto array = absl::make_unique<Array2D<float>>(rows_padded, cols_padded, 0.0); in CreatePatternedMatrixWithZeroPadding()
272 const int rows, const int cols, const int rows_padded,