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