Advanced

CAUTION: This section is only intended for advanced users. Direct interactions with KVStore and Executor are dangerous and not recommended.

Key-Value Store: Operate over multiple devices (GPUs) on a single device

mx.kv.create

Create a mxnet KVStore

Executor: Internal classes for managing symbolic graph execution

mx.exec.backward

Peform an backward on the executors This function will MUTATE the state of exec

mx.exec.forward

Peform an forward on the executors This function will MUTATE the state of exec

mx.exec.update.arg.arrays

Update the executors with new arrays This function will MUTATE the state of exec

mx.exec.update.aux.arrays

Update the executors with new arrays This function will MUTATE the state of exec

mx.exec.update.grad.arrays

Update the executors with new arrays This function will MUTATE the state of exec

mx.simple.bind

Simple bind the symbol to executor, with information from input shapes