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.py117 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
Drow_partition_test.py690 def testConstruction(self, nrows, nvals, uniform_row_length, dtype, argument
711 uniform_row_length=None, argument
Dragged_tensor.py585 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