mxnet
|
Files | |
file | base.h [code] |
configuation of mxnet as well as basic data structure. | |
file | c_api.h [code] |
C API of mxnet. | |
file | c_predict_api.h [code] |
C predict API of mxnet, contains a minimum API to run prediction. This file is self-contained, and do not dependent on any other files. | |
file | engine.h [code] |
Engine that schedules all the operations according to dependency. | |
file | io.h [code] |
mxnet io data structure and data iterator | |
file | kvstore.h [code] |
key-value store interface for mxnet | |
file | mxrtc.h [code] |
Wrapper for NVRTC. | |
file | ndarray.h [code] |
NDArray interface that handles array arithematics. | |
file | operator.h [code] |
Operator interface of mxnet. | |
file | operator_util.h [code] |
Utility functions and registries to help quickly build new operators. | |
file | optimizer.h [code] |
Operator interface of mxnet. | |
file | resource.h [code] |
Global resource allocation handling. | |
file | storage.h [code] |
Storage manager across multiple devices. | |
file | symbolic.h [code] |
Symbolic interface of mxnet. | |