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