Searched refs:row_length (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor_shape_test.py | 125 row_length=3, 131 row_length=5, 137 row_length=5, 143 row_length=5, 152 row_length=[2, 0, 1], 157 row_length=[2, 0, 1], 163 row_length=[2, 0, 1, 3, 8, 2, 3, 4, 1, 8, 7, 0], 169 row_length=[2, 5, 3], 175 row_length=list(range(18)), 184 row_length=3, [all …]
|
D | ragged_map_ops.py | 441 row_length = array_ops.expand_dims(nrows, axis=0) 445 outer_row_length=row_length)
|
/external/tensorflow/tensorflow/core/kernels/ |
D | spectrogram_test_utils.cc | 56 const string& file_name, int row_length, in ReadRawFloatFileToComplexVector() argument 91 if (row_counter >= row_length) { in ReadRawFloatFileToComplexVector() 99 if (row_counter >= row_length) { in ReadRawFloatFileToComplexVector()
|
D | spectrogram_test_utils.h | 35 const string& file_name, int row_length,
|
/external/libaom/libaom/test/ |
D | transform_test_base.h | 241 int row_length = FindRowLength(); in RunMemCheck() local 247 EXPECT_GE(row_length * kDctMaxValue << (bit_depth_ - 8), in RunMemCheck()
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 223 …IndexType> Col [], IndexType A [], IndexType head [], IndexType row_start, IndexType row_length ) ; 1555 IndexType row_length /* number of columns to check */ in detect_super_cols() argument 1577 rp_end = rp + row_length ; in detect_super_cols()
|