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