Skip to content

Split files into submodules #349

@n28div

Description

@n28div

Some files in symbolic circuits are growing to a large number of lines - for instance layers, parameters, etc. It would make sense to split them into submodules (as also done in the torch module) so that it is easier to matain the code base. It could be nice to have a base.py file containing all the abstractions (e.g. layers/base.py) and other files implementing those abstractions for different purposes (e.g. layers/input/probabilistic.py for input layers that model probabilistic inputs).

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactorImprove code style and readability

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions