| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.EditDistance.Attrs |
tensorflow.EditDistance.Attrs.normalize_(boolean normalize_) |
static tensorflow.EditDistance.Attrs |
tensorflow.EditDistance.Normalize(boolean x) |
tensorflow.EditDistance.Attrs |
tensorflow.EditDistance.Attrs.Normalize(boolean x)
boolean (if true, edit distances are normalized by length of truth).
|
tensorflow.EditDistance.Attrs |
tensorflow.EditDistance.Attrs.position(long position) |
| Constructor and Description |
|---|
EditDistance(tensorflow.Scope scope,
tensorflow.Input hypothesis_indices,
tensorflow.Input hypothesis_values,
tensorflow.Input hypothesis_shape,
tensorflow.Input truth_indices,
tensorflow.Input truth_values,
tensorflow.Input truth_shape,
tensorflow.EditDistance.Attrs attrs) |
Copyright © 2019. All rights reserved.