Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
This is the complete list of members for cypress::Transformations, including all inherited members.
construct_neuron_type_transformation_chain(const std::vector< const NeuronType * > &unsupported_types, const std::unordered_set< const NeuronType * > &supported_types, const std::vector< std::tuple< TransformationCtor, const NeuronType *, const NeuronType * >> &transformations, bool use_lossy) | cypress::Transformations | static |
register_general_transformation(TransformationCtor ctor, TransformationTest test) | cypress::Transformations | static |
register_neuron_type_transformation(TransformationCtor ctor, const NeuronType &src, const NeuronType &tar) | cypress::Transformations | static |
register_neuron_type_transformation(TransformationCtor ctor) | cypress::Transformations | inlinestatic |
run(const Backend &backend, NetworkBase network, const TransformationAuxData &aux, std::unordered_set< std::string > disabled_trafo_ids=std::unordered_set< std::string >(), bool use_lossy=true) | cypress::Transformations | static |