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