flux tensoriel : : opérations : : DécoderCSV : Attributs
#include <parsing_ops.h>
Setters d'attributs facultatifs pour DecodeCSV .
Résumé
Attributs publics | |
---|---|
field_delim_ = "," | StringPiece |
na_value_ = "" | StringPiece |
select_cols_ = {} | gtl::ArraySlice< int > |
use_quote_delim_ = true | bool |
Fonctions publiques | |
---|---|
FieldDelim (StringPiece x) | TF_MUST_USE_RESULT Attrs délimiteur de caractères pour séparer les champs dans un enregistrement. |
NaValue (StringPiece x) | TF_MUST_USE_RESULT Attrs Chaîne supplémentaire à reconnaître comme NA/NaN. |
SelectCols (const gtl::ArraySlice< int > & x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est []. |
UseQuoteDelim (bool x) | TF_MUST_USE_RESULT Attrs 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