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