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