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.