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