| Package | Description |
|---|---|
| org.tensorflow.op.core |
| 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 © 2019. All rights reserved.