| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Attrs.container_(BytePointer container_) |
static tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Container(BytePointer x) |
tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Attrs.Container(BytePointer x)
If non-empty, this accumulator is placed in the given container.
|
static tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Container(String x) |
tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Attrs.Container(String x) |
tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Attrs.position(long position) |
tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Attrs.reduction_type_(BytePointer reduction_type_) |
static tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.ReductionType(BytePointer x) |
tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Attrs.ReductionType(BytePointer x)
Defaults to "MEAN"
|
static tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.ReductionType(String x) |
tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Attrs.ReductionType(String x) |
tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Attrs.shared_name_(BytePointer shared_name_) |
static tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.SharedName(BytePointer x) |
tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Attrs.SharedName(BytePointer x)
If non-empty, this accumulator will be shared under the
given name across multiple sessions.
|
static tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.SharedName(String x) |
tensorflow.ConditionalAccumulator.Attrs |
tensorflow.ConditionalAccumulator.Attrs.SharedName(String x) |
| Constructor and Description |
|---|
ConditionalAccumulator(tensorflow.Scope scope,
int dtype,
tensorflow.PartialTensorShape shape,
tensorflow.ConditionalAccumulator.Attrs attrs) |
Copyright © 2019. All rights reserved.