mxnet
|
![]() ![]() | OnComplete Callback to the engine, called by AsyncFn when action completes |
![]() ![]() | Context information about the execution enviroment |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | DataBatch of NDArray, returned by Iterator |
![]() ![]() | Entry that represents output data from a node |
![]() ![]() | Single data instance |
![]() ![]() | |
![]() ![]() ![]() | Iterator type |
![]() ![]() | Dependency engine that schedules operations |
![]() ![]() | Environment arguments that is used by the function. These can be things like scalar arguments when add a value with scalar |
![]() ![]() | Executor of a computation graph. Executor can be created by Binding a symbol |
![]() ![]() | |
![]() ![]() ![]() | Registry entry for DataIterator factory functions |
![]() ![]() ![]() | Registry entry for NDArrayFunction |
![]() ![]() ![]() | Registry entry for OperatorProperty factory functions |
![]() ![]() ![]() | Registry entry for Optimizer factory functions |
![]() ![]() | Super class of all gradient function argument |
![]() ![]() ![]() | First input to the function |
![]() ![]() ![]() | Second input to the function |
![]() ![]() ![]() | Gradient of output value |
![]() ![]() ![]() | Ouput value of the function to the function |
![]() ![]() | Storage handle |
![]() ![]() | Distributed key-value store |
![]() ![]() | |
![]() ![]() | Ndarray interface |
![]() ![]() | |
![]() ![]() | Object pool for fast allocation and deallocation |
![]() ![]() | Helper trait class for easy allocation and deallocation |
![]() ![]() | All the possible information needed by Operator.Forward and Backward This is the superset of RunContext. We use this data structure to bookkeep everything needed by Forward and Backward |
![]() ![]() | Operator interface. Operator defins basic operation unit of optimized computation graph in mxnet. This interface relies on pre-allocated memory in TBlob, the caller need to set the memory region in TBlob correctly before calling Forward and Backward |
![]() ![]() | OperatorProperty is a object that stores all information about Operator. It also contains method to generate context(device) specific operators |
![]() ![]() | |
![]() ![]() | Resources used by mxnet operations. A resource is something special other than NDArray, but will still participate |
![]() ![]() | Global resource manager |
![]() ![]() | The resources that can be requested by Operator |
![]() ![]() | Execution time context. The information needed in runtime for actual execution |
![]() ![]() | Registry entry to register simple operators via functions |
![]() ![]() | Registry for TBlob functions |
![]() ![]() | Storage manager across multiple devices |
![]() ![]() | Symbol is used to represent dynamically generated symbolic computation graph |
![]() ![]() | A threadlocal store to store threadlocal variables. Will return a thread local singleton of type T |
![]() ![]() | Helper for non-array type T |
![]() ![]() | Helper for an array of unknown bound T |
![]() ![]() | Helper for an array of known bound T |