Struct tensorflow::ops::StackPop
source · pub struct StackPop { /* private fields */ }
Expand description
Builder for the StackPop
operation.
Implementations§
source§impl StackPop
impl StackPop
sourcepub fn elem_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn elem_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the elem_type
attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
handle: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, handle: O0, scope: &mut Scope ) -> Result<Operation>
Builds the StackPop
operation.
sourcepub fn build_instance(
&self,
handle: Output,
scope: &mut Scope
) -> Result<StackPopInst>
pub fn build_instance( &self, handle: Output, scope: &mut Scope ) -> Result<StackPopInst>
Builds a new instance of ‘StackPop’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StackPop
impl Send for StackPop
impl Sync for StackPop
impl Unpin for StackPop
impl UnwindSafe for StackPop
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