Struct tensorflow::ops::LMDBReader
source · pub struct LMDBReader { /* private fields */ }
Expand description
Builder for the LMDBReader
operation.
Implementations§
source§impl LMDBReader
impl LMDBReader
sourcepub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the container
attribute.
Sets the shared_name
attribute.
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_instance(&self, scope: &mut Scope) -> Result<LMDBReaderInst>
pub fn build_instance(&self, scope: &mut Scope) -> Result<LMDBReaderInst>
Builds a new instance of ‘LMDBReader’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for LMDBReader
impl Debug for LMDBReader
source§impl Default for LMDBReader
impl Default for LMDBReader
source§fn default() -> LMDBReader
fn default() -> LMDBReader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LMDBReader
impl Send for LMDBReader
impl Sync for LMDBReader
impl Unpin for LMDBReader
impl UnwindSafe for LMDBReader
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