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