Home
last modified time | relevance | path

Searched defs:uniform_row_length (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Drow_partition.py119 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
Drow_partition_test.py942 def testConstruction(self, nrows, nvals, uniform_row_length, dtype, argument
963 uniform_row_length=None, argument
Dragged_tensor.py585 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