mxnet
mxnet Directory Reference
Directory dependency graph for mxnet:
/work/mxnet/include/mxnet

Directories

directory  ir
 
directory  node
 
directory  runtime
 

Files

file  api_registry.h [code]
 This file contains utilities related to the MXNet's global function registry.
 
file  base.h [code]
 configuration of MXNet as well as basic data structure.
 
file  c_api.h [code]
 C API of mxnet.
 
file  c_api_error.h [code]
 Error handling for C API.
 
file  c_api_test.h [code]
 C API of mxnet for ease of testing backend in Python.
 
file  engine.h [code]
 Engine that schedules all the operations according to dependency.
 
file  executor.h [code]
 Symbolic executor interface of mxnet.
 
file  expr_operator.h [code]
 Common operators defined for Expr.
 
file  graph_attr_types.h [code]
 Data structures that can appear in graph attributes.
 
file  imperative.h [code]
 
file  io.h [code]
 mxnet io data structure and data iterator
 
file  kvstore.h [code]
 key-value store interface for mxnet
 
file  lib_api.h [code]
 APIs 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.
 
file  libinfo.h [code]
 get features of the MXNet library at runtime
 
file  ndarray.h [code]
 NDArray interface that handles array arithematics.
 
file  op_attr_types.h [code]
 Additional operator attributes beside the ones provided by NNVM.
 
file  operator.h [code]
 Operator interface of mxnet.
 
file  operator_util.h [code]
 Utility 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.
 
file  random_generator.h [code]
 Parallel random number generator.
 
file  resource.h [code]
 Global resource allocation handling.
 
file  rtc.h [code]
 
file  storage.h [code]
 Storage manager across multiple devices.
 
file  tensor_blob.h [code]
 TBlob class that holds common representation of arbirary dimension tensor, can be used to transformed to normal fixed dimenson tensor.
 
file  tuple.h [code]
 Data structure Tuple and TShape to store dynamic sized shapes.