Home
last modified time | relevance | path

Searched refs:row_length (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_shape_test.py125 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 …]
Dragged_map_ops.py441 row_length = array_ops.expand_dims(nrows, axis=0)
445 outer_row_length=row_length)
/external/tensorflow/tensorflow/core/kernels/
Dspectrogram_test_utils.cc56 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()
Dspectrogram_test_utils.h35 const string& file_name, int row_length,
/external/libaom/libaom/test/
Dtransform_test_base.h241 int row_length = FindRowLength(); in RunMemCheck() local
247 EXPECT_GE(row_length * kDctMaxValue << (bit_depth_ - 8), in RunMemCheck()
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h223 …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()