Home
last modified time | relevance | path

Searched refs:RowPartitionSpec (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Drow_partition_test.py34 from tensorflow.python.ops.ragged.row_partition import RowPartitionSpec
674 spec = RowPartitionSpec()
693 spec = RowPartitionSpec(nrows, nvals, uniform_row_length, dtype)
715 RowPartitionSpec(nrows, nvals, uniform_row_length, dtype)
718 spec = RowPartitionSpec()
723 spec=RowPartitionSpec(),
728 spec=RowPartitionSpec(dtype=dtypes.int32),
733 spec=RowPartitionSpec(nrows=8, nvals=13),
738 spec=RowPartitionSpec(nrows=8, uniform_row_length=2),
754 spec=RowPartitionSpec(),
[all …]
Drow_partition.py1019 return RowPartitionSpec.from_value(self)
1029 class RowPartitionSpec(type_spec.TypeSpec): class
1097 if not super(RowPartitionSpec, self).is_compatible_with(other):
/external/tensorflow/tensorflow/core/protobuf/
Dstruct.proto138 ROW_PARTITION_SPEC = 10; // RowPartitionSpec from ragged/row_partition.py
/external/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder.py518 row_partition.RowPartitionSpec,