Struct tensorflow::ops::ExperimentalCSVDatasetInst
source · pub struct ExperimentalCSVDatasetInst {
pub op: Operation,
}
Expand description
An instance of ‘ExperimentalCSVDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ExperimentalCSVDataset Operation in a Tensorflow graph.
Implementations§
source§impl ExperimentalCSVDatasetInst
impl ExperimentalCSVDatasetInst
sourcepub fn handle(&self) -> Output
pub fn handle(&self) -> Output
Returns the ‘handle’ Output of this ‘ExperimentalCSVDataset’ operation.
sourcepub fn filenames(&self) -> Input<'_>
pub fn filenames(&self) -> Input<'_>
Returns the ‘filenames’ Input of this ‘ExperimentalCSVDataset’ operation.
sourcepub fn compression_type(&self) -> Input<'_>
pub fn compression_type(&self) -> Input<'_>
Returns the ‘compression_type’ Input of this ‘ExperimentalCSVDataset’ operation.
sourcepub fn buffer_size(&self) -> Input<'_>
pub fn buffer_size(&self) -> Input<'_>
Returns the ‘buffer_size’ Input of this ‘ExperimentalCSVDataset’ operation.
sourcepub fn header(&self) -> Input<'_>
pub fn header(&self) -> Input<'_>
Returns the ‘header’ Input of this ‘ExperimentalCSVDataset’ operation.
sourcepub fn field_delim(&self) -> Input<'_>
pub fn field_delim(&self) -> Input<'_>
Returns the ‘field_delim’ Input of this ‘ExperimentalCSVDataset’ operation.
sourcepub fn use_quote_delim(&self) -> Input<'_>
pub fn use_quote_delim(&self) -> Input<'_>
Returns the ‘use_quote_delim’ Input of this ‘ExperimentalCSVDataset’ operation.
sourcepub fn na_value(&self) -> Input<'_>
pub fn na_value(&self) -> Input<'_>
Returns the ‘na_value’ Input of this ‘ExperimentalCSVDataset’ operation.
sourcepub fn select_cols(&self) -> Input<'_>
pub fn select_cols(&self) -> Input<'_>
Returns the ‘select_cols’ Input of this ‘ExperimentalCSVDataset’ operation.
sourcepub fn record_defaults(&self) -> Input<'_>
pub fn record_defaults(&self) -> Input<'_>
Returns the ‘record_defaults’ Input of this ‘ExperimentalCSVDataset’ operation.
Trait Implementations§
source§impl Clone for ExperimentalCSVDatasetInst
impl Clone for ExperimentalCSVDatasetInst
source§fn clone(&self) -> ExperimentalCSVDatasetInst
fn clone(&self) -> ExperimentalCSVDatasetInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more