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