LICENSE
README.md
pyproject.toml
docs/conf.py
spark/__init__.py
spark/core/__init__.py
spark/core/cache.py
spark/core/config.py
spark/core/config_validation.py
spark/core/decorators.py
spark/core/flax_imports.py
spark/core/module.py
spark/core/payloads.py
spark/core/registry.py
spark/core/serializer.py
spark/core/signature_parser.py
spark/core/specs.py
spark/core/tracers.py
spark/core/typing.py
spark/core/utils.py
spark/core/validation.py
spark/core/variables.py
spark/graph_editor/__init__.py
spark/graph_editor/editor.py
spark/graph_editor/editor_config.py
spark/graph_editor/window.py
spark/graph_editor/models/__init__.py
spark/graph_editor/models/graph.py
spark/graph_editor/models/graph_menu_tree.py
spark/graph_editor/models/nodes.py
spark/graph_editor/models/utils.py
spark/graph_editor/style/__init__.py
spark/graph_editor/style/painter.py
spark/graph_editor/style/resources_rc.py
spark/graph_editor/style/icons/__init__.py
spark/graph_editor/ui/__init__.py
spark/graph_editor/ui/console_panel.py
spark/graph_editor/ui/controller_selection.py
spark/graph_editor/ui/graph_panel.py
spark/graph_editor/ui/inspector_panel.py
spark/graph_editor/ui/menu_bar.py
spark/graph_editor/ui/nodes_panel.py
spark/graph_editor/ui/status_bar.py
spark/graph_editor/widgets/__init__.py
spark/graph_editor/widgets/attributes.py
spark/graph_editor/widgets/base.py
spark/graph_editor/widgets/checkbox.py
spark/graph_editor/widgets/collapsible.py
spark/graph_editor/widgets/combobox.py
spark/graph_editor/widgets/dock_panel.py
spark/graph_editor/widgets/line_edits.py
spark/graph_editor/widgets/separators.py
spark/graph_editor/widgets/shape.py
spark/nn/__init__.py
spark/nn/components/__init__.py
spark/nn/components/base.py
spark/nn/components/delays/__init__.py
spark/nn/components/delays/base.py
spark/nn/components/delays/n2n_delays.py
spark/nn/components/delays/n_delays.py
spark/nn/components/plasticity/__init__.py
spark/nn/components/plasticity/base.py
spark/nn/components/plasticity/hebbian_rule.py
spark/nn/components/plasticity/quadruplet_rule.py
spark/nn/components/plasticity/three_factor_rule.py
spark/nn/components/plasticity/zenke_rule.py
spark/nn/components/somas/__init__.py
spark/nn/components/somas/base.py
spark/nn/components/somas/exponential.py
spark/nn/components/somas/izhikevich.py
spark/nn/components/somas/leaky.py
spark/nn/components/synapses/__init__.py
spark/nn/components/synapses/base.py
spark/nn/components/synapses/linear.py
spark/nn/components/synapses/traced.py
spark/nn/controllers/__init__.py
spark/nn/controllers/base.py
spark/nn/controllers/brain.py
spark/nn/controllers/neuron.py
spark/nn/initializers/__init__.py
spark/nn/initializers/base.py
spark/nn/initializers/common.py
spark/nn/interfaces/__init__.py
spark/nn/interfaces/base.py
spark/nn/interfaces/control/__init__.py
spark/nn/interfaces/control/base.py
spark/nn/interfaces/control/concat.py
spark/nn/interfaces/control/sampler.py
spark/nn/interfaces/input/__init__.py
spark/nn/interfaces/input/base.py
spark/nn/interfaces/input/linear.py
spark/nn/interfaces/input/poisson.py
spark/nn/interfaces/input/topological.py
spark/nn/interfaces/output/__init__.py
spark/nn/interfaces/output/base.py
spark/nn/interfaces/output/exponential.py
spark/nn/neurons/__init__.py
spark/nn/neurons/adex.py
spark/nn/neurons/alif.py
spark/nn/neurons/lif.py
spark/nn/neurons/module.py
spark_snn.egg-info/PKG-INFO
spark_snn.egg-info/SOURCES.txt
spark_snn.egg-info/dependency_links.txt
spark_snn.egg-info/requires.txt
spark_snn.egg-info/top_level.txt
tests/brain_execution.py
tests/initializers.py
tests/module_execution.py
tests/signature_parser.py
tests/spark_configs.py
tests/utils_einsum.py
tests/utils_shape.py