| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.BarrierTakeMany.Attrs |
tensorflow.BarrierTakeMany.Attrs.allow_small_batch_(boolean allow_small_batch_) |
static tensorflow.BarrierTakeMany.Attrs |
tensorflow.BarrierTakeMany.AllowSmallBatch(boolean x) |
tensorflow.BarrierTakeMany.Attrs |
tensorflow.BarrierTakeMany.Attrs.AllowSmallBatch(boolean x)
Allow to return less than num_elements items if barrier is
already closed.
|
tensorflow.BarrierTakeMany.Attrs |
tensorflow.BarrierTakeMany.Attrs.position(long position) |
tensorflow.BarrierTakeMany.Attrs |
tensorflow.BarrierTakeMany.Attrs.timeout_ms_(long timeout_ms_) |
static tensorflow.BarrierTakeMany.Attrs |
tensorflow.BarrierTakeMany.TimeoutMs(long x) |
tensorflow.BarrierTakeMany.Attrs |
tensorflow.BarrierTakeMany.Attrs.TimeoutMs(long x)
If the queue is empty, this operation will block for up to
timeout_ms milliseconds.
|
tensorflow.BarrierTakeMany.Attrs |
tensorflow.BarrierTakeMany.Attrs.wait_for_incomplete_(boolean wait_for_incomplete_) |
static tensorflow.BarrierTakeMany.Attrs |
tensorflow.BarrierTakeMany.WaitForIncomplete(boolean x) |
tensorflow.BarrierTakeMany.Attrs |
tensorflow.BarrierTakeMany.Attrs.WaitForIncomplete(boolean x)
Defaults to false
|
| Constructor and Description |
|---|
BarrierTakeMany(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.Input num_elements,
tensorflow.DataTypeVector component_types,
tensorflow.BarrierTakeMany.Attrs attrs) |
Copyright © 2019. All rights reserved.