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