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