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