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