Searched refs:RowLengths (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.io.-ragged-feature.-row-lengths.pbtxt | 1 path: "tensorflow.io.RaggedFeature.RowLengths" 3 is_instance: "<class \'tensorflow.python.ops.parsing_config.RowLengths\'>"
|
D | tensorflow.io.-ragged-feature.pbtxt | 7 name: "RowLengths"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.io.-ragged-feature.-row-lengths.pbtxt | 1 path: "tensorflow.io.RaggedFeature.RowLengths" 3 is_instance: "<class \'tensorflow.python.ops.parsing_config.RowLengths\'>"
|
D | tensorflow.io.-ragged-feature.pbtxt | 7 name: "RowLengths"
|
/external/tensorflow/tensorflow/python/ops/ |
D | parsing_config.py | 182 RowLengths = collections.namedtuple("RowLengths", ["key"]) variable in RaggedFeature 189 _PARTITION_TYPES = (RowSplits, RowLengths, RowStarts, RowLimits, ValueRowIds, 783 elif isinstance(partition, RaggedFeature.RowLengths): 862 elif isinstance(partition, RaggedFeature.RowLengths):
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | parsing_ops_test.py | 1062 partitions=[parsing_ops.RaggedFeature.RowLengths("rt_lengths")], 1155 parsing_ops.RaggedFeature.RowLengths("lengths_axis2"), 1328 partitions=[parsing_ops.RaggedFeature.RowLengths("rt_lengths")], 2193 parsing_ops.RaggedFeature.RowLengths("a_lengths_axis2"),
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | parse_example_dataset_test.py | 996 partitions=[parsing_ops.RaggedFeature.RowLengths("rt_lengths")], 1089 parsing_ops.RaggedFeature.RowLengths("lengths_axis2"),
|