sPyNNaker neural_modelling 7.3.1
|
API for synapse elimination. More...
Go to the source code of this file.
Functions | |
elimination_params_t * | synaptogenesis_elimination_init (uint8_t **data) |
Read and return an elimination parameter data structure from the data stream. | |
static bool | synaptogenesis_elimination_rule (current_state_t *current_state, const elimination_params_t *params, uint32_t time, synaptic_row_t row) |
Elimination rule for synaptogenesis. | |
API for synapse elimination.
Definition in file elimination.h.
elimination_params_t * synaptogenesis_elimination_init | ( | uint8_t ** | data | ) |
Read and return an elimination 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 elimination_random_by_weight_impl.c.
|
inlinestatic |
Elimination rule for synaptogenesis.
[in,out] | current_state | Pointer to current state |
[in] | params | The elimination rule configuration. |
[in] | time | Time of elimination |
[in,out] | row | The row to eliminate from |