See: Description
| Class | Description |
|---|---|
| ConfigSpace | |
| ConfigSpace.ByReference | |
| ConfigSpace.ByValue | |
| FunctionInfo |
A FunctionInfo represents an operator (ie function) within the MXNet Engine.
|
| JnaUtils |
A class containing utilities to interact with the MXNet Engine's Java Native Access (JNA) layer.
|
| LibFeature | |
| LibFeature.ByReference | |
| LibFeature.ByValue | |
| LibUtils |
Utilities for finding the MXNet Engine binary on the System.
|
| MXCallbackList | |
| MXCallbackList.ByReference | |
| MXCallbackList.ByValue | |
| NativeOpInfo | |
| NativeOpInfo.ByReference | |
| NativeOpInfo.ByValue | |
| NativeResource |
NativeResource is an internal class for AutoCloseable blocks of memory created in
the MXNet Engine. |
| NativeSize | |
| NativeSizeByReference | |
| NDArrayOpInfo | |
| NDArrayOpInfo.ByReference | |
| NDArrayOpInfo.ByValue | |
| OtherOptionEntity | |
| OtherOptionEntity.ByReference | |
| OtherOptionEntity.ByValue | |
| OtherOptionSpace | |
| OtherOptionSpace.ByReference | |
| OtherOptionSpace.ByValue | |
| PointerArray |
An abstraction for a native pointer array data type (
void**). |
| Enum | Description |
|---|---|
| JnaUtils.NumpyMode |
An enum that enumerates the statuses of numpy mode.
|
| MxnetLibrary.CustomFunctionCallbacks | |
| MxnetLibrary.CustomOpCallbacks | |
| MxnetLibrary.CustomOpPropCallbacks |
Information about locating and loading the MXNet binary can be found in LibUtils.