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