Searched refs:dense_to_ragged_batch (Results 1 – 7 of 7) sorted by relevance
127 batching.dense_to_ragged_batch(batch_size, drop_remainder))162 dataset = dataset.apply(batching.dense_to_ragged_batch(batch_size))
85 ds = ds.apply(batching.dense_to_ragged_batch(2))
98 from tensorflow.python.data.experimental.ops.batching import dense_to_ragged_batch
36 def dense_to_ragged_batch(batch_size, function
108 name: "dense_to_ragged_batch"
136 name: "dense_to_ragged_batch"
1121 * `tf.data.experimental.dense_to_ragged_batch` works correctly with tuples.1122 * `tf.data.experimental.dense_to_ragged_batch` to output variable ragged rank.1574 * Add `tf.data.experimental.dense_to_ragged_batch()`.