텐서플로우:: 작전:: 디코드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
레코드의 필드를 구분하는 문자 구분 기호입니다.
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_ = ","

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

공공 기능

필드Delim

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

레코드의 필드를 구분하는 문자 구분 기호입니다.

기본값은 ","입니다.

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

NA/NaN으로 인식할 추가 문자열입니다.

기본값은 ""입니다.

SelectCols

TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::SelectCols(
  const gtl::ArraySlice< int > & x
)

기본값은 []입니다.

사용인용Delim

TF_MUST_USE_RESULT Attrs tensorflow::ops::DecodeCSV::Attrs::UseQuoteDelim(
  bool x
)

false인 경우 큰따옴표를 문자열 필드 내부의 일반 문자로 처리합니다(RFC 4180, 섹션 2, 글머리 기호 5 무시).

기본값은 true입니다.