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