Function tensorflow::ops::stats_aggregator_set_summary_writer
source · pub fn stats_aggregator_set_summary_writer<O0: Into<Output>, O1: Into<Output>>(
stats_aggregator: O0,
summary: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for StatsAggregatorSetSummaryWriter::new().build(stats_aggregator, summary, scope)
.