tensorflow::
#include <string_ops.h>
Optional attribute setters for RegexReplace.
Summary
| Public attributes | |
|---|---|
| replace_global_ = true | bool | 
| Public functions | |
|---|---|
| ReplaceGlobal(bool x) | TF_MUST_USE_RESULT AttrsIf True, the replacement is global (that is, all matches of the  patternregular expression in each input string are rewritten), otherwise therewritesubstitution is only made for the firstpatternmatch. | 
Public attributes
replace_global_
bool tensorflow::ops::RegexReplace::Attrs::replace_global_ = true
Public functions
ReplaceGlobal
TF_MUST_USE_RESULT Attrs tensorflow::ops::RegexReplace::Attrs::ReplaceGlobal( bool x )
If True, the replacement is global (that is, all matches of the pattern regular expression in each input string are rewritten), otherwise the rewrite substitution is only made for the first pattern match. 
Defaults to true