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