Improve in-code documentation of backend.dynapcnn.mapping
#234
Labels
documentation
Improvements or additions to documentation
backend.dynapcnn.mapping
#234
The module
sinabs.backend.dynapcnn.mapping
is used to find a mapping from the layers in aDynapcnnNetwork
to layers on a device, under consideration of the chip layers' memory constraints.This is done by formulating the problem as a bipartite matching problem and to solving it with the Edmonds-Karp Algorithm.
In-code documentation of this module is rather sparse, so that it's hard for new developers to understand what is going on.
The text was updated successfully, but these errors were encountered: