pub struct AnonymousMemoryCacheInst {
pub op: Operation,
}Expand description
An instance of ‘AnonymousMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: OperationAn 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 duplicate 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 Freeze for AnonymousMemoryCacheInst
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