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