| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
BarrierTakeMany |
Ops.barrierTakeMany(Operand<String> handle,
Operand<Integer> numElements,
List<Class<?>> componentTypes,
BarrierTakeMany.Options... options)
Adds an
BarrierTakeMany operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static BarrierTakeMany.Options |
BarrierTakeMany.allowSmallBatch(Boolean allowSmallBatch) |
BarrierTakeMany.Options |
BarrierTakeMany.Options.allowSmallBatch(Boolean allowSmallBatch) |
static BarrierTakeMany.Options |
BarrierTakeMany.timeoutMs(Long timeoutMs) |
BarrierTakeMany.Options |
BarrierTakeMany.Options.timeoutMs(Long timeoutMs) |
static BarrierTakeMany.Options |
BarrierTakeMany.waitForIncomplete(Boolean waitForIncomplete) |
BarrierTakeMany.Options |
BarrierTakeMany.Options.waitForIncomplete(Boolean waitForIncomplete) |
| Modifier and Type | Method and Description |
|---|---|
static BarrierTakeMany |
BarrierTakeMany.create(Scope scope,
Operand<String> handle,
Operand<Integer> numElements,
List<Class<?>> componentTypes,
BarrierTakeMany.Options... options)
Factory method to create a class to wrap a new BarrierTakeMany operation to the graph.
|
Copyright © 2015–2019. All rights reserved.