Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
flux tensoriel : : opérations : : DécoderCSV : Attributs
#include <parsing_ops.h>
Setters d'attributs facultatifs pour DecodeCSV .
Résumé
Fonctions publiques |
---|
FieldDelim (StringPiece x) | délimiteur de caractères pour séparer les champs dans un enregistrement. |
NaValue (StringPiece x) | Chaîne supplémentaire à reconnaître comme NA/NaN. |
SelectCols (const gtl::ArraySlice< int > & x) | La valeur par défaut est []. |
UseQuoteDelim (bool x) | Si faux, traite les guillemets doubles comme des caractères normaux à l'intérieur des champs de chaîne (en ignorant la RFC 4180, Section 2, Puce 5). |
Attributs publics
champ_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
Fonctions publiques
ChampDelim
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::FieldDelim(
StringPiece x
)
délimiteur de caractères pour séparer les champs dans un enregistrement.
La valeur par défaut est ","
Valeur Na
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::NaValue(
StringPiece x
)
Chaîne supplémentaire à reconnaître comme NA/NaN.
La valeur par défaut est ""
SélectionnezCols
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::SelectCols(
const gtl::ArraySlice< int > & x
)
La valeur par défaut est [].
UtiliserQuoteDelim
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::UseQuoteDelim(
bool x
)
Si faux, traite les guillemets doubles comme des caractères normaux à l'intérieur des champs de chaîne (en ignorant la RFC 4180, Section 2, Puce 5).
La valeur par défaut est vrai
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 2025/07/25 (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](/versions/r2.1/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](/versions/r2.1/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](/versions/r2.1/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](/versions/r2.1/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](/versions/r2.1/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"]]