Home
last modified time | relevance | path

Searched refs:rows_padded (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc581 int rows_padded, in CreatePatternedMatrixWithZeroPadding() argument
583 CHECK_GE(rows_padded, rows); in CreatePatternedMatrixWithZeroPadding()
585 auto array = absl::make_unique<Array2D<float>>(rows_padded, cols_padded, 0.0); in CreatePatternedMatrixWithZeroPadding()
Dclient_library_test_base.h272 const int rows, const int cols, const int rows_padded,