تدفق التوتر:: العمليات:: فك تشفير CSV:: أترز

#include <parsing_ops.h>

محددات السمات الاختيارية لـ DecodeCSV .

ملخص

الصفات العامة

field_delim_ = ","
StringPiece
na_value_ = ""
StringPiece
select_cols_ = {}
gtl::ArraySlice< int >
use_quote_delim_ = true
bool

الوظائف العامة

FieldDelim (StringPiece x)
TF_MUST_USE_RESULT Attrs
محدد char لفصل الحقول في السجل.
NaValue (StringPiece x)
TF_MUST_USE_RESULT Attrs
سلسلة إضافية للتعرف عليها كـ NA/NaN.
SelectCols (const gtl::ArraySlice< int > & x)
TF_MUST_USE_RESULT Attrs
الإعدادات الافتراضية إلى [].
UseQuoteDelim (bool x)
TF_MUST_USE_RESULT Attrs
إذا كانت القيمة false، فسيتم التعامل مع علامات الاقتباس المزدوجة كأحرف عادية داخل حقول السلسلة (تجاهل RFC 4180، القسم 2، التعداد النقطي 5).

الصفات العامة

field_delim_

StringPiece tensorflow::ops::DecodeCSV::Attrs::field_delim_ = ","

قيمة غير محددة_

StringPiece tensorflow::ops::DecodeCSV::Attrs::na_value_ = ""

اختر_cols_

gtl::ArraySlice< int > tensorflow::ops::DecodeCSV::Attrs::select_cols_ = {}

use_quote_delim_

bool tensorflow::ops::DecodeCSV::Attrs::use_quote_delim_ = true

الوظائف العامة

فيلدديليم

TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::FieldDelim(
  StringPiece x
)

محدد char لفصل الحقول في السجل.

الإعدادات الافتراضية إلى ""،

TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::NaValue(
  StringPiece x
)

سلسلة إضافية للتعرف عليها كـ NA/NaN.

الإعدادات الافتراضية إلى ""

حدد كولز

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
)

إذا كانت القيمة false، فسيتم التعامل مع علامات الاقتباس المزدوجة كأحرف عادية داخل حقول السلسلة (تجاهل RFC 4180، القسم 2، التعداد النقطي 5).

الافتراضيات إلى صحيح