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