brainstate.interop.supported_layers

brainstate.interop.supported_layers#

brainstate.interop.supported_layers(framework=None)[source]#

List the brainstate layer types with registered conversions.

Parameters:

framework (str | None) – Restrict to a single framework. If None, report all frameworks.

Returns:

Mapping framework -> [brainstate type names].

Return type:

Dict[str, list]