Struct tensorflow::ops::CheckNumericsV2
source · [−]pub struct CheckNumericsV2 { /* private fields */ }
Expand description
Builder for the CheckNumericsV2
operation.
Implementations
sourceimpl 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
sourceimpl Debug for CheckNumericsV2
impl Debug for CheckNumericsV2
sourceimpl Default for CheckNumericsV2
impl Default for CheckNumericsV2
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more