Struct tensorflow::ops::StackClose
source · [−]pub struct StackClose { /* private fields */ }
Expand description
Builder for the StackClose
operation.
Implementations
sourceimpl 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
sourceimpl Debug for StackClose
impl Debug for StackClose
sourceimpl Default for StackClose
impl Default for StackClose
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more