| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static StringSplit.Options |
StringSplit.skipEmpty(Boolean skipEmpty) |
StringSplit.Options |
StringSplit.Options.skipEmpty(Boolean skipEmpty) |
| Modifier and Type | Method and Description |
|---|---|
static StringSplit |
StringSplit.create(Scope scope,
Operand<String> input,
Operand<String> delimiter,
StringSplit.Options... options)
Factory method to create a class to wrap a new StringSplit operation to the graph.
|
Copyright © 2019. All rights reserved.