View aliases
Compat aliases for migration
See Migration guide for more details.
tf.raw_ops.ExperimentalCSVDataset(
filenames, compression_type, buffer_size, header, field_delim, use_quote_delim,
na_value, select_cols, record_defaults, output_shapes, name=None
)
Args | |
---|---|
filenames
|
A Tensor of type string .
|
compression_
|
A Tensor of type string .
|
buffer_
|
A Tensor of type int64 .
|
header
|
A Tensor of type bool .
|
field_
|
A Tensor of type string .
|
use_
|
A Tensor of type bool .
|
na_
|
A Tensor of type string .
|
select_
|
A Tensor of type int64 .
|
record_
|
A list of Tensor objects with types from: float32 , float64 , int32 , int64 , string .
|
output_
|
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 .
|