| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.nn |
| Modifier and Type | Method and Description |
|---|---|
ComputeAccidentalHits |
NnOps.computeAccidentalHits(Operand<Long> trueClasses,
Operand<Long> sampledCandidates,
Long numTrue,
ComputeAccidentalHits.Options... options)
Builds an
ComputeAccidentalHits operation |
| Modifier and Type | Method and Description |
|---|---|
static ComputeAccidentalHits |
ComputeAccidentalHits.create(Scope scope,
Operand<Long> trueClasses,
Operand<Long> sampledCandidates,
Long numTrue,
ComputeAccidentalHits.Options... options)
Factory method to create a class wrapping a new ComputeAccidentalHits operation.
|
Copyright © 2015–2019. All rights reserved.