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