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