Skip to content

Improve in-code documentation of backend.dynapcnn.mapping #234

Open
@bauerfe

Description

@bauerfe

The module sinabs.backend.dynapcnn.mapping is used to find a mapping from the layers in a DynapcnnNetwork 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.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions