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]
 
file  c_api.h [code]
 
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  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  executor.h [code]
 
file  expr_operator.h [code]
 Common operators defined for Expr.
 
file  graph_attr_types.h [code]
 
file  imperative.h [code]
 
file  io.h [code]
 
file  kvstore.h [code]
 
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]
 
file  op_attr_types.h [code]
 
file  operator.h [code]
 
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.