Function tensorflow::ops::csvdataset_v2
source · pub fn csvdataset_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>, O7: Into<Output>, O8: Into<Output>, O9: Into<Output>>(
filenames: O0,
compression_type: O1,
buffer_size: O2,
header: O3,
field_delim: O4,
use_quote_delim: O5,
na_value: O6,
select_cols: O7,
record_defaults: O8,
exclude_cols: O9,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CSVDatasetV2::new().build(filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defaults, exclude_cols, scope)
.