Searched defs:uniform_row_length (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | row_partition.py | 117 uniform_row_length=None, argument 483 def from_uniform_row_length(cls, argument 722 def uniform_row_length(self): member in RowPartition 1039 uniform_row_length=None, argument 1124 def uniform_row_length(self): member in RowPartitionSpec 1156 def _dimensions_compatible(nrows, nvals, uniform_row_length): argument
|
D | row_partition_test.py | 690 def testConstruction(self, nrows, nvals, uniform_row_length, dtype, argument 711 uniform_row_length=None, argument
|
D | ragged_tensor.py | 585 def from_uniform_row_length(cls, argument 1022 def uniform_row_length(self): member in RaggedTensor 2964 def _nvals_uniform_row_length(values, uniform_row_length): argument
|