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