| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
NegTrain |
Ops.negTrain(Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Adds an
NegTrain operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static NegTrain |
NegTrain.create(Scope scope,
Operand<Float> wIn,
Operand<Float> wOut,
Operand<Integer> examples,
Operand<Integer> labels,
Operand<Float> lr,
List<Long> vocabCount,
Long numNegativeSamples)
Factory method to create a class to wrap a new NegTrain operation to the graph.
|
Copyright © 2015–2019. All rights reserved.