| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.OneHot.Attrs |
tensorflow.OneHot.Attrs.axis_(long axis_) |
static tensorflow.OneHot.Attrs |
tensorflow.OneHot.Axis(long x) |
tensorflow.OneHot.Attrs |
tensorflow.OneHot.Attrs.Axis(long x)
The axis to fill (default: -1, a new inner-most axis).
|
tensorflow.OneHot.Attrs |
tensorflow.OneHot.Attrs.position(long position) |
| Constructor and Description |
|---|
OneHot(tensorflow.Scope scope,
tensorflow.Input indices,
tensorflow.Input depth,
tensorflow.Input on_value,
tensorflow.Input off_value,
tensorflow.OneHot.Attrs attrs) |
Copyright © 2019. All rights reserved.