| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
StringSplitV2 |
Ops.stringSplitV2(Operand<String> input,
Operand<String> sep,
StringSplitV2.Options... options)
Adds an
StringSplitV2 operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static StringSplitV2 |
StringSplitV2.create(Scope scope,
Operand<String> input,
Operand<String> sep,
StringSplitV2.Options... options)
Factory method to create a class to wrap a new StringSplitV2 operation to the graph.
|
Copyright © 2015–2019. All rights reserved.