텐서플로우:: 작전:: 정규식바꾸기:: 속성
#include <string_ops.h>
RegexReplace 에 대한 선택적 속성 설정자입니다.
요약
공개 속성 | |
---|---|
replace_global_ = true | bool |
공공 기능 | |
---|---|
ReplaceGlobal (bool x) | TF_MUST_USE_RESULT Attrs True인 경우 교체는 전역적입니다(즉, 각 입력 문자열의 pattern 정규식과 일치하는 모든 항목이 다시 작성됨). 그렇지 않으면 첫 번째 pattern 일치에 대해서만 rewrite 대체가 수행됩니다. |
공개 속성
교체_글로벌_
bool tensorflow::ops::RegexReplace::Attrs::replace_global_ = true
공공 기능
전역 바꾸기
TF_MUST_USE_RESULT Attrs tensorflow::ops::RegexReplace::Attrs::ReplaceGlobal( bool x )
True인 경우 교체는 전역적입니다(즉, 각 입력 문자열의 pattern
정규식과 일치하는 모든 항목이 다시 작성됨). 그렇지 않으면 첫 번째 pattern
일치에 대해서만 rewrite
대체가 수행됩니다.
기본값은 true입니다.