Struct tensorflow::ops::DummyMemoryCache
source · [−]pub struct DummyMemoryCache { /* private fields */ }
Expand description
Builder for the DummyMemoryCache
operation.
Implementations
sourceimpl 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
sourceimpl Debug for DummyMemoryCache
impl Debug for DummyMemoryCache
sourceimpl Default for DummyMemoryCache
impl Default for DummyMemoryCache
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more