Searched defs:uniform_row_length (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | row_partition.py | 119 uniform_row_length=None, argument 528 def from_uniform_row_length(cls, argument 791 def uniform_row_length(self): member in RowPartition 1219 uniform_row_length=None, argument 1304 def uniform_row_length(self): member in RowPartitionSpec 1336 def _dimensions_compatible(nrows, nvals, uniform_row_length): argument
|
D | row_partition_test.py | 942 def testConstruction(self, nrows, nvals, uniform_row_length, dtype, argument 963 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 3018 def _nvals_uniform_row_length(values, uniform_row_length): argument
|