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