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