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