| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.strings |
| Modifier and Type | Method and Description |
|---|---|
RegexReplace |
StringsOps.regexReplace(Operand<String> input,
Operand<String> pattern,
Operand<String> rewrite,
RegexReplace.Options... options)
Builds an
RegexReplace operation |
| Modifier and Type | Method and Description |
|---|---|
static RegexReplace |
RegexReplace.create(Scope scope,
Operand<String> input,
Operand<String> pattern,
Operand<String> rewrite,
RegexReplace.Options... options)
Factory method to create a class wrapping a new RegexReplace operation.
|
Copyright © 2015–2019. All rights reserved.