sPyNNaker neural_modelling 7.3.1
|
API for synapse formation. More...
Go to the source code of this file.
Functions | |
formation_params_t * | synaptogenesis_formation_init (uint8_t **data) |
Read and return an formation parameter data structure from the data stream. | |
static bool | synaptogenesis_formation_rule (current_state_t *current_state, const formation_params_t *params, uint32_t time, synaptic_row_t row) |
Formation rule for synaptogenesis; picks what neuron in the current population will have a synapse added, and then performs the addition. | |
API for synapse formation.
Definition in file formation.h.
formation_params_t * synaptogenesis_formation_init | ( | uint8_t ** | data | ) |
Read and return an formation parameter data structure from the data stream.
[in,out] | data | The data stream to read from, updated to the new position after the read is done |
Definition at line 21 of file formation_distance_dependent_impl.c.
|
inlinestatic |
Formation rule for synaptogenesis; picks what neuron in the current population will have a synapse added, and then performs the addition.
[in] | current_state | Pointer to current state |
[in] | params | Pointer to rewiring data |
[in] | time | Time of formation |
[in] | row | The row to form within |