Cypress  1.0
C++ Spiking Neural Network Simulation Framework
cypress::Transformations Member List

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::Transformationsstatic
register_general_transformation(TransformationCtor ctor, TransformationTest test)cypress::Transformationsstatic
register_neuron_type_transformation(TransformationCtor ctor, const NeuronType &src, const NeuronType &tar)cypress::Transformationsstatic
register_neuron_type_transformation(TransformationCtor ctor)cypress::Transformationsinlinestatic
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::Transformationsstatic