| Package | Description |
|---|---|
| org.bytedeco.mxnet | |
| org.bytedeco.mxnet.global |
| Class and Description |
|---|
| AtomicSymbolCreator
\brief handle to a function that takes param and creates symbol
|
| CachedOpHandle
\brief handle to cached operator
|
| CachedOpMonitorCallback
\brief Monitor callback called at operator level for cached op
|
| ContextHandle
\brief handle to Context
|
| CudaKernelHandle
\brief handle to rtc cuda kernel
|
| CudaModuleHandle
\brief handle to rtc cuda module
|
| CustomOpPropCreator |
| DataIterCreator
\brief handle a dataiter creator
|
| DataIterHandle
\brief handle to a DataIterator
|
| DLManagedTensorHandle
\brief handle to DLManagedTensor
|
| EngineAsyncFunc
\brief Engine asynchronous operation
|
| EngineFnPropertyHandle
\brief handle to Engine FnProperty
|
| EngineFuncParamDeleter
\brief Callback to free the param for EngineAsyncFunc/EngineSyncFunc
|
| EngineSyncFunc
\brief Engine synchronous operation
|
| EngineVarHandle
\brief handle to Engine VarHandle
|
| ExecutorHandle
\brief handle to an Executor
|
| ExecutorMonitorCallback |
| FunctionHandle
\brief handle to a mxnet narray function that changes NDArray
|
| GraphHandle
\brief handle to Graph
|
| KVStoreHandle
\brief handle to KVStore
|
| LibFeature |
| MXCallbackList |
| MXKVStoreServerController
\brief the prototype of a server controller
|
| MXKVStoreStrUpdater
\brief user-defined updater for the kvstore with string keys
It's this updater's responsibility to delete \a recv and \a local
|
| MXKVStoreUpdater
\brief user-defined updater for the kvstore
It's this updater's responsibility to delete \a recv and \a local
|
| NDArrayHandle
\brief handle to NDArray
|
| NDListHandle
\brief handle to NDArray list
|
| OpHandle
\brief handle to a function that takes param and creates symbol
|
| PredictorHandle
\brief handle to Predictor
|
| PredMonitorCallback
\brief callback used for add monitoring to nodes in the graph
|
| ProfileHandle
\brief handle to a Profile object (domain, duration, counter, etc.)
|
| RecordIOHandle
\brief handle to RecordIO
|
| RtcHandle
\brief handle to MXRtc
|
| SymbolHandle
\brief handle to a symbol that can be bind as operator
|
Copyright © 2022. All rights reserved.