Class StaticRegexReplace.Options

java.lang.Object
org.tensorflow.op.strings.StaticRegexReplace.Options
Enclosing class:
StaticRegexReplace

public static class StaticRegexReplace.Options extends Object
Optional attributes for StaticRegexReplace
  • Method Details

    • replaceGlobal

      public StaticRegexReplace.Options replaceGlobal(Boolean 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.