BackendWrapper structure

The BackendWrapper structure implements a wrapper for the Backend base class to use its objects in Python.

Use BackendWrapper to manage synaptic plasticity support for a Backend object, and get information about neurons, synapses, populations and projections supported by the backend instance, and devices and endpoints of the message bus used. You can load neuron synapse and population projections into the backend instance and delete them to execute the neural network, and manage training.

Page top