| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> ConditionalAccumulator |
Ops.conditionalAccumulator(Class<T> dtype,
Shape shape,
ConditionalAccumulator.Options... options)
Adds an
ConditionalAccumulator operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static ConditionalAccumulator.Options |
ConditionalAccumulator.container(String container) |
ConditionalAccumulator.Options |
ConditionalAccumulator.Options.container(String container) |
static ConditionalAccumulator.Options |
ConditionalAccumulator.reductionType(String reductionType) |
ConditionalAccumulator.Options |
ConditionalAccumulator.Options.reductionType(String reductionType) |
static ConditionalAccumulator.Options |
ConditionalAccumulator.sharedName(String sharedName) |
ConditionalAccumulator.Options |
ConditionalAccumulator.Options.sharedName(String sharedName) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ConditionalAccumulator |
ConditionalAccumulator.create(Scope scope,
Class<T> dtype,
Shape shape,
ConditionalAccumulator.Options... options)
Factory method to create a class to wrap a new ConditionalAccumulator operation to the graph.
|
Copyright © 2015–2019. All rights reserved.