Struct tensorflow::ops::EncodeWavInst
source · pub struct EncodeWavInst {
pub op: Operation,
}
Expand description
An instance of ‘EncodeWav’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built EncodeWav Operation in a Tensorflow graph.
Implementations§
source§impl EncodeWavInst
impl EncodeWavInst
sourcepub fn sample_rate(&self) -> Input<'_>
pub fn sample_rate(&self) -> Input<'_>
Returns the ‘sample_rate’ Input of this ‘EncodeWav’ operation.
Trait Implementations§
source§impl Clone for EncodeWavInst
impl Clone for EncodeWavInst
source§fn clone(&self) -> EncodeWavInst
fn clone(&self) -> EncodeWavInst
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 EncodeWavInst
impl Debug for EncodeWavInst
source§impl From<EncodeWavInst> for Operation
impl From<EncodeWavInst> for Operation
source§fn from(inst: EncodeWavInst) -> Operation
fn from(inst: EncodeWavInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for EncodeWavInst
impl Send for EncodeWavInst
impl Sync for EncodeWavInst
impl Unpin for EncodeWavInst
impl UnwindSafe for EncodeWavInst
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