pub fn experimental_dense_to_sparse_batch_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input_dataset: O0,
batch_size: O1,
row_shape: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ExperimentalDenseToSparseBatchDataset::new().build(input_dataset, batch_size, row_shape, scope)
.