| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
CTCLoss |
Ops.cTCLoss(Operand<Float> inputs,
Operand<Long> labelsIndices,
Operand<Integer> labelsValues,
Operand<Integer> sequenceLength,
CTCLoss.Options... options)
Adds an
CTCLoss operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static CTCLoss.Options |
CTCLoss.ctcMergeRepeated(Boolean ctcMergeRepeated) |
CTCLoss.Options |
CTCLoss.Options.ctcMergeRepeated(Boolean ctcMergeRepeated) |
static CTCLoss.Options |
CTCLoss.ignoreLongerOutputsThanInputs(Boolean ignoreLongerOutputsThanInputs) |
CTCLoss.Options |
CTCLoss.Options.ignoreLongerOutputsThanInputs(Boolean ignoreLongerOutputsThanInputs) |
static CTCLoss.Options |
CTCLoss.preprocessCollapseRepeated(Boolean preprocessCollapseRepeated) |
CTCLoss.Options |
CTCLoss.Options.preprocessCollapseRepeated(Boolean preprocessCollapseRepeated) |
| Modifier and Type | Method and Description |
|---|---|
static CTCLoss |
CTCLoss.create(Scope scope,
Operand<Float> inputs,
Operand<Long> labelsIndices,
Operand<Integer> labelsValues,
Operand<Integer> sequenceLength,
CTCLoss.Options... options)
Factory method to create a class to wrap a new CTCLoss operation to the graph.
|
Copyright © 2015–2019. All rights reserved.