| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.TopK.Attrs |
tensorflow.TopK.Attrs.position(long position) |
tensorflow.TopK.Attrs |
tensorflow.TopK.Attrs.sorted_(boolean sorted_) |
static tensorflow.TopK.Attrs |
tensorflow.TopK.Sorted(boolean x) |
tensorflow.TopK.Attrs |
tensorflow.TopK.Attrs.Sorted(boolean x)
If true the resulting
k elements will be sorted by the values in
descending order. |
| Constructor and Description |
|---|
TopK(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input k,
tensorflow.TopK.Attrs attrs) |
Copyright © 2019. All rights reserved.