tf.raw_ops.CSVDatasetV2  |  TensorFlow v2.16.1 (original) (raw)

tf.raw_ops.CSVDatasetV2

Stay organized with collections Save and categorize content based on your preferences.

View aliases

Compat aliases for migration

SeeMigration guide for more details.

tf.compat.v1.raw_ops.CSVDatasetV2

tf.raw_ops.CSVDatasetV2(
    filenames,
    compression_type,
    buffer_size,
    header,
    field_delim,
    use_quote_delim,
    na_value,
    select_cols,
    record_defaults,
    exclude_cols,
    output_shapes,
    name=None
)
Args
filenames A Tensor of type string.
compression_type A Tensor of type string.
buffer_size A Tensor of type int64.
header A Tensor of type bool.
field_delim A Tensor of type string.
use_quote_delim A Tensor of type bool.
na_value A Tensor of type string.
select_cols A Tensor of type int64.
record_defaults A list of Tensor objects with types from: float32, float64, int32, int64, string.
exclude_cols A Tensor of type int64.
output_shapes A list of shapes (each a tf.TensorShape or list of ints) that has length >= 1.
name A name for the operation (optional).
Returns
A Tensor of type variant.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.

Last updated 2024-04-26 UTC.