텐서플로우:: 작전:: 문자열분할:: 속성

#include <string_ops.h>

StringSplit 에 대한 선택적 속성 설정자입니다.

요약

공개 속성

skip_empty_ = true
bool

공공 기능

SkipEmpty (bool x)
TF_MUST_USE_RESULT Attrs
bool .

공개 속성

건너뛰기_비어있음_

bool tensorflow::ops::StringSplit::Attrs::skip_empty_ = true

공공 기능

비어 있음 건너뛰기

TF_MUST_USE_RESULT Attrs tensorflow::ops::StringSplit::Attrs::SkipEmpty(
  bool x
)

bool .

True 인 경우 결과에서 빈 문자열을 건너뜁니다.

기본값은 true입니다.