Struct tensorflow::ops::MfccInst
source · pub struct MfccInst {
pub op: Operation,
}
Expand description
An instance of ‘Mfcc’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built Mfcc Operation in a Tensorflow graph.
Implementations§
source§impl MfccInst
impl MfccInst
sourcepub fn spectrogram(&self) -> Input<'_>
pub fn spectrogram(&self) -> Input<'_>
Returns the ‘spectrogram’ Input of this ‘Mfcc’ operation.
sourcepub fn sample_rate(&self) -> Input<'_>
pub fn sample_rate(&self) -> Input<'_>
Returns the ‘sample_rate’ Input of this ‘Mfcc’ operation.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MfccInst
impl Send for MfccInst
impl Sync for MfccInst
impl Unpin for MfccInst
impl UnwindSafe for MfccInst
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more