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