Struct tensorflow::ops::Mfcc
source · pub struct Mfcc { /* private fields */ }
Expand description
Builder for the Mfcc
operation.
Implementations§
source§impl Mfcc
impl Mfcc
sourcepub fn upper_frequency_limit<ArgType: Into<f32>>(self, value: ArgType) -> Self
pub fn upper_frequency_limit<ArgType: Into<f32>>(self, value: ArgType) -> Self
Sets the upper_frequency_limit
attribute.
sourcepub fn lower_frequency_limit<ArgType: Into<f32>>(self, value: ArgType) -> Self
pub fn lower_frequency_limit<ArgType: Into<f32>>(self, value: ArgType) -> Self
Sets the lower_frequency_limit
attribute.
sourcepub fn filterbank_channel_count<ArgType: Into<i64>>(
self,
value: ArgType
) -> Self
pub fn filterbank_channel_count<ArgType: Into<i64>>( self, value: ArgType ) -> Self
Sets the filterbank_channel_count
attribute.
sourcepub fn dct_coefficient_count<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn dct_coefficient_count<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the dct_coefficient_count
attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Mfcc
impl Send for Mfcc
impl Sync for Mfcc
impl Unpin for Mfcc
impl UnwindSafe for Mfcc
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