Extend

The following tutorials will help you learn how to customize MXNet.

Custom Layers for Gluoncustom_layer.html

How to add new layer functionality to MXNet’s imperative interface.

Custom Operators Using Numpycustomop.html

How to use Numpy to create custom MXNet operators.

New Operator Creationhttps://mxnet.apache.org/api/faq/new_op

How to create new MXNet operators using CustomOp (Python) or NNVM (C++).

A Beginner’s Guide to Implementing Operators in MXNet Backendhttps://mxnet.apache.org/api/faq/add_op_in_backend

How to create new MXNet operators in MXNet’s backend using C++. An example custom quadratic function op.