Struct tensorflow::eager::raw_ops::Mfcc
source · pub struct Mfcc { /* private fields */ }
Expand description
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 target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
spectrogram: &T0,
sample_rate: &T1
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, spectrogram: &T0, sample_rate: &T1 ) -> Result<TensorHandle<'a>>
Execute mfcc.
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