Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
tensor akışı:: işlem:: CSV kodunu çöz:: Öznitelikler
#include <parsing_ops.h>
DecodeCSV için isteğe bağlı öznitelik ayarlayıcılar.
Özet
Kamu işlevleri |
---|
FieldDelim (StringPiece x) | Bir kayıttaki alanları ayırmak için karakter sınırlayıcı. |
NaValue (StringPiece x) | NA/NaN olarak tanınacak ek dize. |
SelectCols (const gtl::ArraySlice< int > & x) | Varsayılan olarak [] şeklindedir. |
UseQuoteDelim (bool x) | Yanlışsa, çift tırnak işaretlerini dize alanlarının içindeki normal karakterler olarak ele alır (RFC 4180, Bölüm 2, Madde 5'i göz ardı ederek). |
Genel özellikler
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
Kamu işlevleri
FieldDelim
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::FieldDelim(
StringPiece x
)
Bir kayıttaki alanları ayırmak için karakter sınırlayıcı.
Varsayılan olarak ,”
NaDeğeri
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::NaValue(
StringPiece x
)
NA/NaN olarak tanınacak ek dize.
Varsayılan olarak ""
Sütunları Seçin
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::SelectCols(
const gtl::ArraySlice< int > & x
)
Varsayılan olarak [] şeklindedir.
KullanımAlıntıDelim
TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::UseQuoteDelim(
bool x
)
Yanlışsa, çift tırnak işaretlerini dize alanlarının içindeki normal karakterler olarak ele alır (RFC 4180, Bölüm 2, Madde 5'i göz ardı ederek).
Varsayılanlar true'dur
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 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"]]