public final class MissingOps
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static NDArray |
gatherNd(NDArray lookup,
NDArray indices)
Applies the mxnet gather_nd operator.
|
static NDArray |
oneHot(int depth,
NDArray data)
Creates a one-hot-encoding from the given data.
|