Struct tensorflow::eager::raw_ops::AudioSummary
source · pub struct AudioSummary { /* private fields */ }
Expand description
AudioSummary
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/AudioSummary
Implementations§
source§impl AudioSummary
impl AudioSummary
sourcepub fn sample_rate<ArgType: Into<f32>>(self, value: ArgType) -> Self
pub fn sample_rate<ArgType: Into<f32>>(self, value: ArgType) -> Self
Sets the sample_rate
attribute.
sourcepub fn max_outputs<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn max_outputs<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the max_outputs
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,
tag: &T0,
tensor: &T1
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, tag: &T0, tensor: &T1 ) -> Result<TensorHandle<'a>>
Execute audio_summary.
Trait Implementations§
source§impl Clone for AudioSummary
impl Clone for AudioSummary
source§fn clone(&self) -> AudioSummary
fn clone(&self) -> AudioSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AudioSummary
impl Debug for AudioSummary
Auto Trait Implementations§
impl RefUnwindSafe for AudioSummary
impl Send for AudioSummary
impl Sync for AudioSummary
impl Unpin for AudioSummary
impl UnwindSafe for AudioSummary
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