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