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