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