Function tensorflow::ops::mfcc

source ·
pub fn mfcc<O0: Into<Output>, O1: Into<Output>>(
    spectrogram: O0,
    sample_rate: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for Mfcc::new().build(spectrogram, sample_rate, scope).