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