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.
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 Freeze for DebugNumericSummaryV2
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