Home
last modified time | relevance | path

Searched refs:_from_nested_row_partitions (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_array_ops.py269 result = ragged_tensor.RaggedTensor._from_nested_row_partitions(
314 result = ragged_tensor.RaggedTensor._from_nested_row_partitions(
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_functional_ops.py133 return ragged_tensor.RaggedTensor._from_nested_row_partitions( # pylint: disable=protected-access
H A Dragged_array_ops.py1067 … return ragged_tensor.RaggedTensor._from_nested_row_partitions( # pylint: disable=protected-access
H A Ddynamic_ragged_shape.py1109 return ragged_tensor.RaggedTensor._from_nested_row_partitions(
3290 return ragged_tensor.RaggedTensor._from_nested_row_partitions( # pylint: disable=protected-access
H A Dragged_tensor.py807 def _from_nested_row_partitions(cls, member in RaggedTensor
H A Dragged_tensor_test.py494 rt = RaggedTensor._from_nested_row_partitions(
H A Ddynamic_ragged_shape_test.py76 return RaggedTensor._from_nested_row_partitions(values, row_partitions)