Struct tensorflow::eager::raw_ops::DebugNumericSummary
source · pub struct DebugNumericSummary { /* private fields */ }
Expand description
DebugNumericSummary
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/DebugNumericSummary
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 target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
input: &T0
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>>( &self, ctx: &'a Context, input: &T0 ) -> Result<TensorHandle<'a>>
Execute debug_numeric_summary.
Trait Implementations§
source§impl Clone for DebugNumericSummary
impl Clone for DebugNumericSummary
source§fn clone(&self) -> DebugNumericSummary
fn clone(&self) -> DebugNumericSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DebugNumericSummary
impl Debug for DebugNumericSummary
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