| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
<T> ConditionalAccumulator |
TrainOps.conditionalAccumulator(Class<T> dtype,
Shape shape,
ConditionalAccumulator.Options... options)
Builds an
ConditionalAccumulator operation |
| 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 wrapping a new ConditionalAccumulator operation.
|
Copyright © 2015–2019. All rights reserved.