Struct tensorflow::ops::DummyMemoryCache
source · pub struct DummyMemoryCache { /* private fields */ }
Expand description
Builder for the DummyMemoryCache
operation.
Implementations§
source§impl DummyMemoryCache
impl DummyMemoryCache
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build(&self, scope: &mut Scope) -> Result<Operation>
pub fn build(&self, scope: &mut Scope) -> Result<Operation>
Builds the DummyMemoryCache
operation.
sourcepub fn build_instance(&self, scope: &mut Scope) -> Result<DummyMemoryCacheInst>
pub fn build_instance(&self, scope: &mut Scope) -> Result<DummyMemoryCacheInst>
Builds a new instance of ‘DummyMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for DummyMemoryCache
impl Debug for DummyMemoryCache
source§impl Default for DummyMemoryCache
impl Default for DummyMemoryCache
source§fn default() -> DummyMemoryCache
fn default() -> DummyMemoryCache
Returns the “default value” for a type. Read more
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