Struct tensorflow::ops::EncodeWav
source · pub struct EncodeWav { /* private fields */ }
Expand description
Builder for the EncodeWav
operation.
Implementations§
source§impl EncodeWav
impl EncodeWav
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
audio: O0,
sample_rate: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>( &self, audio: O0, sample_rate: O1, scope: &mut Scope ) -> Result<Operation>
Builds the EncodeWav
operation.
sourcepub fn build_instance(
&self,
audio: Output,
sample_rate: Output,
scope: &mut Scope
) -> Result<EncodeWavInst>
pub fn build_instance( &self, audio: Output, sample_rate: Output, scope: &mut Scope ) -> Result<EncodeWavInst>
Builds a new instance of ‘EncodeWav’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EncodeWav
impl Send for EncodeWav
impl Sync for EncodeWav
impl Unpin for EncodeWav
impl UnwindSafe for EncodeWav
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