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