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