mxnet
File List
Here is a list of all files with brief descriptions:
[detail level 123456]
  3rdparty
  dlpack
  include
  dmlc-core
  include
  mshadow
  mshadow
  tvm
  nnvm
  cpp-package
  include
  mxnet-cpp
  include
  mkldnn
 dnnl.h
 dnnl_types.h
 mkldnn.h
 mkldnn_dnnl_mangling.h
 mkldnn_types.h
 mkldnn_version.h
  mxnet
  ir
  node
  runtime
 api_registry.hThis file contains utilities related to the MXNet's global function registry
 base.h
 c_api.h
 c_api_error.hError handling for C API
 c_api_test.hC API of mxnet for ease of testing backend in Python
 c_predict_api.hC predict API of mxnet, contains a minimum API to run prediction. This file is self-contained, and do not dependent on any other files
 engine.hEngine that schedules all the operations according to dependency
 executor.h
 expr_operator.hCommon operators defined for Expr
 graph_attr_types.h
 imperative.h
 io.h
 kvstore.h
 lib_api.hAPIs to interact with libraries This API specifies function prototypes to register custom ops, partitioner, and passes for library authors See example/extension/lib_custom_op/README.md See example/extension/lib_subgraph/README.md See example/extension/lib_pass/README.md
 libinfo.hGet features of the MXNet library at runtime
 ndarray.h
 op_attr_types.h
 operator.h
 operator_util.hUtility functions and registries to help quickly build new operators. [Deprecated] Use the register functions in this file when possible to simplify operator creations. Operators registered in this file will be exposed to both NDArray API and symbolic API
 random_generator.hParallel random number generator
 resource.hGlobal resource allocation handling
 rtc.h
 storage.hStorage manager across multiple devices
 tensor_blob.hTBlob class that holds common representation of arbirary dimension tensor, can be used to transformed to normal fixed dimenson tensor
 tuple.hData structure Tuple and TShape to store dynamic sized shapes
  src
  common
 cuda_utils.hCommon CUDA utilities
 exec_utils.hCommon utility functions for executors
 lazy_alloc_array.hAn array that lazily allocate elements as First time the cell get visited
 object_pool.h
 static_array.h
 tensor_inspector.hUtility to inspect tensor objects
 utils.hBasic utilility functions