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