Struct tensorflow::eager::raw_ops::TensorArrayCloseV2
source · pub struct TensorArrayCloseV2 { /* private fields */ }
Expand description
TensorArrayCloseV2
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TensorArrayCloseV2
Implementations§
Trait Implementations§
source§impl Clone for TensorArrayCloseV2
impl Clone for TensorArrayCloseV2
source§fn clone(&self) -> TensorArrayCloseV2
fn clone(&self) -> TensorArrayCloseV2
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 TensorArrayCloseV2
impl Debug for TensorArrayCloseV2
Auto Trait Implementations§
impl RefUnwindSafe for TensorArrayCloseV2
impl Send for TensorArrayCloseV2
impl Sync for TensorArrayCloseV2
impl Unpin for TensorArrayCloseV2
impl UnwindSafe for TensorArrayCloseV2
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