Struct tensorflow::ops::DebugNumericSummary
source · pub struct DebugNumericSummary { /* private fields */ }
Expand description
Builder for the DebugNumericSummary
operation.
Implementations§
source§impl DebugNumericSummary
impl DebugNumericSummary
sourcepub fn device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the device_name
attribute.
sourcepub fn tensor_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn tensor_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the tensor_name
attribute.
sourcepub fn debug_urls<ArgType: Into<Vec<String>>>(self, value: ArgType) -> Self
pub fn debug_urls<ArgType: Into<Vec<String>>>(self, value: ArgType) -> Self
Sets the debug_urls
attribute.
sourcepub fn lower_bound<ArgType: Into<f32>>(self, value: ArgType) -> Self
pub fn lower_bound<ArgType: Into<f32>>(self, value: ArgType) -> Self
Sets the lower_bound
attribute.
sourcepub fn upper_bound<ArgType: Into<f32>>(self, value: ArgType) -> Self
pub fn upper_bound<ArgType: Into<f32>>(self, value: ArgType) -> Self
Sets the upper_bound
attribute.
sourcepub fn mute_if_healthy<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn mute_if_healthy<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the mute_if_healthy
attribute.
sourcepub fn gated_grpc<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn gated_grpc<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the gated_grpc
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 DebugNumericSummary
operation.
sourcepub fn build_instance(
&self,
input: Output,
scope: &mut Scope
) -> Result<DebugNumericSummaryInst>
pub fn build_instance( &self, input: Output, scope: &mut Scope ) -> Result<DebugNumericSummaryInst>
Builds a new instance of ‘DebugNumericSummary’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for DebugNumericSummary
impl Debug for DebugNumericSummary
source§impl Default for DebugNumericSummary
impl Default for DebugNumericSummary
source§fn default() -> DebugNumericSummary
fn default() -> DebugNumericSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DebugNumericSummary
impl Send for DebugNumericSummary
impl Sync for DebugNumericSummary
impl Unpin for DebugNumericSummary
impl UnwindSafe for DebugNumericSummary
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