Struct tensorflow::ops::WriteAudioSummary
source · pub struct WriteAudioSummary { /* private fields */ }
Expand description
Builder for the WriteAudioSummary
operation.
Implementations§
source§impl WriteAudioSummary
impl WriteAudioSummary
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 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>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
&self,
writer: O0,
step: O1,
tag: O2,
tensor: O3,
sample_rate: O4,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>( &self, writer: O0, step: O1, tag: O2, tensor: O3, sample_rate: O4, scope: &mut Scope ) -> Result<Operation>
Builds the WriteAudioSummary
operation.
sourcepub fn build_instance(
&self,
writer: Output,
step: Output,
tag: Output,
tensor: Output,
sample_rate: Output,
scope: &mut Scope
) -> Result<WriteAudioSummaryInst>
pub fn build_instance( &self, writer: Output, step: Output, tag: Output, tensor: Output, sample_rate: Output, scope: &mut Scope ) -> Result<WriteAudioSummaryInst>
Builds a new instance of ‘WriteAudioSummary’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for WriteAudioSummary
impl Debug for WriteAudioSummary
source§impl Default for WriteAudioSummary
impl Default for WriteAudioSummary
source§fn default() -> WriteAudioSummary
fn default() -> WriteAudioSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for WriteAudioSummary
impl Send for WriteAudioSummary
impl Sync for WriteAudioSummary
impl Unpin for WriteAudioSummary
impl UnwindSafe for WriteAudioSummary
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