Class StaticRegexReplace.Options
java.lang.Object
org.tensorflow.op.strings.StaticRegexReplace.Options
- Enclosing class:
StaticRegexReplace
Optional attributes for
StaticRegexReplace-
Method Summary
Modifier and TypeMethodDescriptionreplaceGlobal(Boolean replaceGlobal) Sets the replaceGlobal option.
-
Method Details
-
replaceGlobal
Sets the replaceGlobal option.- Parameters:
replaceGlobal- If True, the replacement is global, otherwise the replacement is done only on the first match.- Returns:
- this Options instance.
-