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