| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static CumulativeLogsumexp.Options |
CumulativeLogsumexp.exclusive(Boolean exclusive) |
CumulativeLogsumexp.Options |
CumulativeLogsumexp.Options.exclusive(Boolean exclusive) |
static CumulativeLogsumexp.Options |
CumulativeLogsumexp.reverse(Boolean reverse) |
CumulativeLogsumexp.Options |
CumulativeLogsumexp.Options.reverse(Boolean reverse) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number,U extends Number> |
CumulativeLogsumexp.create(Scope scope,
Operand<T> x,
Operand<U> axis,
CumulativeLogsumexp.Options... options)
Factory method to create a class wrapping a new CumulativeLogsumexp operation.
|
Copyright © 2015–2019. All rights reserved.