| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
ComputeAccidentalHits |
Ops.computeAccidentalHits(Operand<Long> trueClasses,
Operand<Long> sampledCandidates,
Long numTrue,
ComputeAccidentalHits.Options... options)
Adds an
ComputeAccidentalHits operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static ComputeAccidentalHits.Options |
ComputeAccidentalHits.seed(Long seed) |
ComputeAccidentalHits.Options |
ComputeAccidentalHits.Options.seed(Long seed) |
static ComputeAccidentalHits.Options |
ComputeAccidentalHits.seed2(Long seed2) |
ComputeAccidentalHits.Options |
ComputeAccidentalHits.Options.seed2(Long seed2) |
| 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 to wrap a new ComputeAccidentalHits operation to the graph.
|
Copyright © 2015–2019. All rights reserved.