| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> EditDistance |
Ops.editDistance(Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Adds an
EditDistance operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static EditDistance.Options |
EditDistance.normalize(Boolean normalize) |
EditDistance.Options |
EditDistance.Options.normalize(Boolean normalize) |
| Modifier and Type | Method and Description |
|---|---|
static <T> EditDistance |
EditDistance.create(Scope scope,
Operand<Long> hypothesisIndices,
Operand<T> hypothesisValues,
Operand<Long> hypothesisShape,
Operand<Long> truthIndices,
Operand<T> truthValues,
Operand<Long> truthShape,
EditDistance.Options... options)
Factory method to create a class to wrap a new EditDistance operation to the graph.
|
Copyright © 2015–2019. All rights reserved.