Function tensorflow::ops::experimental_bytes_produced_stats_dataset
source · pub fn experimental_bytes_produced_stats_dataset<O0: Into<Output>, O1: Into<Output>>(
input_dataset: O0,
tag: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ExperimentalBytesProducedStatsDataset::new().build(input_dataset, tag, scope)
.