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
  mxnet
  ir
  node
  runtime
 api_registry.hThis file contains utilities related to the MXNet's global function registry
 base.hConfiguration of MXNet as well as basic data structure
 c_api.hC API of mxnet
 c_api_error.hError handling for C API
 c_api_test.hC API of mxnet for ease of testing backend in Python
 engine.hEngine that schedules all the operations according to dependency
 executor.hSymbolic executor interface of mxnet
 expr_operator.hCommon operators defined for Expr
 graph_attr_types.hData structures that can appear in graph attributes
 imperative.h
 io.hMxnet io data structure and data iterator
 kvstore.hKey-value store interface for mxnet
 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.hNDArray interface that handles array arithematics
 op_attr_types.hAdditional operator attributes beside the ones provided by NNVM
 operator.hOperator interface of mxnet
 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
  onednn
  oneapi
 dnnl.h
 dnnl_config.h
 dnnl_debug.h
 dnnl_ocl.h
 dnnl_sycl.h
 dnnl_sycl_types.h
 dnnl_threadpool.h
 dnnl_types.h
 dnnl_version.h
  src
  common
  cuda
 alm.hAutomatic Layout Manager
 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