| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.nn |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
NnOps.softmax(Operand<T> logits)
Builds an
Softmax operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
Softmax.create(Scope scope,
Operand<T> logits)
Factory method to create a class wrapping a new Softmax operation.
|
Copyright © 2015–2019. All rights reserved.