Searched refs:dense_to_sparse_batch (Results 1 – 9 of 9) sorted by relevance
38 batching.dense_to_sparse_batch(4, [12]))60 batching.dense_to_sparse_batch(4, [5, None]))87 batching.dense_to_sparse_batch(4, [-2]))93 batching.dense_to_sparse_batch(4, [12]))
29 def dense_to_sparse_batch(batch_size, row_shape): function71 return batching.dense_to_sparse_batch(batch_size, row_shape)
29 * `dataset.dense_to_sparse_batch(...)` is now30 `dataset.apply(tf.data.experimental.dense_to_sparse_batch(...)`.
80 from tensorflow.contrib.data.python.ops.batching import dense_to_sparse_batch
53 batching.dense_to_sparse_batch(4, [12]))
84 from tensorflow.python.data.experimental.ops.batching import dense_to_sparse_batch
108 name: "dense_to_sparse_batch"
156 def dense_to_sparse_batch(batch_size, row_shape): function