Struct tensorflow::ops::TextLineReaderInst
source · pub struct TextLineReaderInst {
pub op: Operation,
}
Expand description
An instance of ‘TextLineReader’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built TextLineReader Operation in a Tensorflow graph.
Implementations§
source§impl TextLineReaderInst
impl TextLineReaderInst
sourcepub fn reader_handle(&self) -> Output
pub fn reader_handle(&self) -> Output
Returns the ‘reader_handle’ Output of this ‘TextLineReader’ operation.
Trait Implementations§
source§impl Clone for TextLineReaderInst
impl Clone for TextLineReaderInst
source§fn clone(&self) -> TextLineReaderInst
fn clone(&self) -> TextLineReaderInst
Returns a copy 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 TextLineReaderInst
impl Debug for TextLineReaderInst
source§impl From<TextLineReaderInst> for Operation
impl From<TextLineReaderInst> for Operation
source§fn from(inst: TextLineReaderInst) -> Operation
fn from(inst: TextLineReaderInst) -> Operation
Converts to this type from the input type.