Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::DecodeCSV::Attrs
#include <parsing_ops.h>
Optional attribute setters for DecodeCSV.
Summary
Public functions
|
FieldDelim(StringPiece x)
|
char delimiter to separate fields in a record.
|
NaValue(StringPiece x)
|
Additional string to recognize as NA/NaN.
|
SelectCols(const gtl::ArraySlice< int > & x)
|
Defaults to [].
|
UseQuoteDelim(bool x)
|
If false, treats double quotation marks as regular characters inside of the string fields (ignoring RFC 4180, Section 2, Bullet 5).
|
Public attributes
field_delim_
StringPiece tensorflow::ops::DecodeCSV::Attrs::field_delim_ = ","
na_value_
StringPiece tensorflow::ops::DecodeCSV::Attrs::na_value_ = ""
select_cols_
gtl::ArraySlice< int > tensorflow::ops::DecodeCSV::Attrs::select_cols_ = {}
use_quote_delim_
bool tensorflow::ops::DecodeCSV::Attrs::use_quote_delim_ = true
Public functions
FieldDelim
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::FieldDelim(
StringPiece x
)
char delimiter to separate fields in a record.
Defaults to ","
NaValue
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::NaValue(
StringPiece x
)
Additional string to recognize as NA/NaN.
Defaults to ""
SelectCols
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::SelectCols(
const gtl::ArraySlice< int > & x
)
UseQuoteDelim
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::UseQuoteDelim(
bool x
)
If false, treats double quotation marks as regular characters inside of the string fields (ignoring RFC 4180, Section 2, Bullet 5).
Defaults to true
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 2021-11-15 UTC.
[null,null,["Last updated 2021-11-15 UTC."],[],[],null,["# tensorflow::ops::DecodeCSV::Attrs Struct Reference\n\ntensorflow::ops::DecodeCSV::Attrs\n=================================\n\n`#include \u003cparsing_ops.h\u003e`\n\nOptional attribute setters for [DecodeCSV](/api_docs/cc/class/tensorflow/ops/decode-c-s-v#classtensorflow_1_1ops_1_1_decode_c_s_v).\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------|--------------------------|\n| [field_delim_](#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs_1a49cd1cec281eb0fac9c7252a186b8d7a)` = \",\"` | `StringPiece` |\n| [na_value_](#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs_1a9e014d2b608b63a21e70eac80e7af794)` = \"\"` | `StringPiece` |\n| [select_cols_](#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs_1a26b3966da17b683a55de1150ef9013ae)` = {}` | `gtl::ArraySlice\u003c int \u003e` |\n| [use_quote_delim_](#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs_1ad65426c0581e0d6e4b564113365da483)` = true` | `bool` |\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FieldDelim](#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs_1a14f27f9627ddcf636907b8a7c4d7246f)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/api_docs/cc/struct/tensorflow/ops/decode-c-s-v/attrs#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs) char delimiter to separate fields in a record. |\n| [NaValue](#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs_1adbb0bb6b00e1eafd1e3ff12a74b965db)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/api_docs/cc/struct/tensorflow/ops/decode-c-s-v/attrs#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs) Additional string to recognize as NA/NaN. |\n| [SelectCols](#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs_1aedde6357cd08b0eb7ef30b85022d0098)`(const gtl::ArraySlice\u003c int \u003e & x)` | `TF_MUST_USE_RESULT `[Attrs](/api_docs/cc/struct/tensorflow/ops/decode-c-s-v/attrs#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs) Defaults to \\[\\]. |\n| [UseQuoteDelim](#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs_1aecfb4b0c7731940997bf4b135dbe2b85)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/api_docs/cc/struct/tensorflow/ops/decode-c-s-v/attrs#structtensorflow_1_1ops_1_1_decode_c_s_v_1_1_attrs) If false, treats double quotation marks as regular characters inside of the string fields (ignoring RFC 4180, Section 2, Bullet 5). |\n\nPublic attributes\n-----------------\n\n### field_delim_\n\n```scdoc\nStringPiece tensorflow::ops::DecodeCSV::Attrs::field_delim_ = \",\"\n``` \n\n### na_value_\n\n```scdoc\nStringPiece tensorflow::ops::DecodeCSV::Attrs::na_value_ = \"\"\n``` \n\n### select_cols_\n\n```scdoc\ngtl::ArraySlice\u003c int \u003e tensorflow::ops::DecodeCSV::Attrs::select_cols_ = {}\n``` \n\n### use_quote_delim_\n\n```scdoc\nbool tensorflow::ops::DecodeCSV::Attrs::use_quote_delim_ = true\n``` \n\nPublic functions\n----------------\n\n### FieldDelim\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::FieldDelim(\n StringPiece x\n)\n``` \nchar delimiter to separate fields in a record.\n\nDefaults to \",\" \n\n### NaValue\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::NaValue(\n StringPiece x\n)\n``` \nAdditional string to recognize as NA/NaN.\n\nDefaults to \"\" \n\n### SelectCols\n\n```gdscript\nTF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::SelectCols(\n const gtl::ArraySlice\u003c int \u003e & x\n)\n``` \nDefaults to \\[\\]. \n\n### UseQuoteDelim\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::UseQuoteDelim(\n bool x\n)\n``` \nIf false, treats double quotation marks as regular characters inside of the string fields (ignoring RFC 4180, Section 2, Bullet 5).\n\nDefaults to true"]]