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