| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.RegexReplace.Attrs |
tensorflow.RegexReplace.Attrs.position(long position) |
tensorflow.RegexReplace.Attrs |
tensorflow.RegexReplace.Attrs.replace_global_(boolean replace_global_) |
static tensorflow.RegexReplace.Attrs |
tensorflow.RegexReplace.ReplaceGlobal(boolean x) |
tensorflow.RegexReplace.Attrs |
tensorflow.RegexReplace.Attrs.ReplaceGlobal(boolean x)
If True, the replacement is global, otherwise the replacement
is done only on the first match.
|
| Constructor and Description |
|---|
RegexReplace(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input pattern,
tensorflow.Input rewrite,
tensorflow.RegexReplace.Attrs attrs) |
Copyright © 2019. All rights reserved.