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