pub fn audio_summary<O0: Into<Output>, O1: Into<Output>>( tag: O0, tensor: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for AudioSummary::new().build(tag, tensor, scope).
AudioSummary::new().build(tag, tensor, scope)