Struct tensorflow::ops::TensorArrayCloseV3Inst
source · pub struct TensorArrayCloseV3Inst {
pub op: Operation,
}
Expand description
An instance of ‘TensorArrayCloseV3’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built TensorArrayCloseV3 Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
source§impl Clone for TensorArrayCloseV3Inst
impl Clone for TensorArrayCloseV3Inst
source§fn clone(&self) -> TensorArrayCloseV3Inst
fn clone(&self) -> TensorArrayCloseV3Inst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TensorArrayCloseV3Inst
impl Debug for TensorArrayCloseV3Inst
source§impl From<TensorArrayCloseV3Inst> for Operation
impl From<TensorArrayCloseV3Inst> for Operation
source§fn from(inst: TensorArrayCloseV3Inst) -> Operation
fn from(inst: TensorArrayCloseV3Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TensorArrayCloseV3Inst
impl Send for TensorArrayCloseV3Inst
impl Sync for TensorArrayCloseV3Inst
impl Unpin for TensorArrayCloseV3Inst
impl UnwindSafe for TensorArrayCloseV3Inst
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