Struct tensorflow::ops::TextLineDatasetInst
source · pub struct TextLineDatasetInst {
pub op: Operation,
}
Expand description
An instance of ‘TextLineDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built TextLineDataset Operation in a Tensorflow graph.
Implementations§
source§impl TextLineDatasetInst
impl TextLineDatasetInst
sourcepub fn handle(&self) -> Output
pub fn handle(&self) -> Output
Returns the ‘handle’ Output of this ‘TextLineDataset’ operation.
sourcepub fn filenames(&self) -> Input<'_>
pub fn filenames(&self) -> Input<'_>
Returns the ‘filenames’ Input of this ‘TextLineDataset’ operation.
sourcepub fn compression_type(&self) -> Input<'_>
pub fn compression_type(&self) -> Input<'_>
Returns the ‘compression_type’ Input of this ‘TextLineDataset’ operation.
sourcepub fn buffer_size(&self) -> Input<'_>
pub fn buffer_size(&self) -> Input<'_>
Returns the ‘buffer_size’ Input of this ‘TextLineDataset’ operation.
Trait Implementations§
source§impl Clone for TextLineDatasetInst
impl Clone for TextLineDatasetInst
source§fn clone(&self) -> TextLineDatasetInst
fn clone(&self) -> TextLineDatasetInst
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 TextLineDatasetInst
impl Debug for TextLineDatasetInst
source§impl From<TextLineDatasetInst> for Operation
impl From<TextLineDatasetInst> for Operation
source§fn from(inst: TextLineDatasetInst) -> Operation
fn from(inst: TextLineDatasetInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TextLineDatasetInst
impl Send for TextLineDatasetInst
impl Sync for TextLineDatasetInst
impl Unpin for TextLineDatasetInst
impl UnwindSafe for TextLineDatasetInst
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