Struct tensorflow::ops::StackClose
source · pub struct StackClose { /* private fields */ }
Expand description
Builder for the StackClose
operation.
Implementations§
source§impl StackClose
impl StackClose
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 StackClose
operation.
sourcepub fn build_instance(
&self,
handle: Output,
scope: &mut Scope
) -> Result<StackCloseInst>
pub fn build_instance( &self, handle: Output, scope: &mut Scope ) -> Result<StackCloseInst>
Builds a new instance of ‘StackClose’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for StackClose
impl Debug for StackClose
source§impl Default for StackClose
impl Default for StackClose
source§fn default() -> StackClose
fn default() -> StackClose
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for StackClose
impl Send for StackClose
impl Sync for StackClose
impl Unpin for StackClose
impl UnwindSafe for StackClose
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