Struct tensorflow::ops::ApproximateEqualInst
source · pub struct ApproximateEqualInst {
pub op: Operation,
}
Expand description
An instance of ‘ApproximateEqual’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ApproximateEqual Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
source§impl Clone for ApproximateEqualInst
impl Clone for ApproximateEqualInst
source§fn clone(&self) -> ApproximateEqualInst
fn clone(&self) -> ApproximateEqualInst
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 ApproximateEqualInst
impl Debug for ApproximateEqualInst
source§impl From<ApproximateEqualInst> for Operation
impl From<ApproximateEqualInst> for Operation
source§fn from(inst: ApproximateEqualInst) -> Operation
fn from(inst: ApproximateEqualInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ApproximateEqualInst
impl Send for ApproximateEqualInst
impl Sync for ApproximateEqualInst
impl Unpin for ApproximateEqualInst
impl UnwindSafe for ApproximateEqualInst
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