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