sPyNNaker neural_modelling 7.2.2
Loading...
Searching...
No Matches
Functions
elimination_random_by_weight_impl.c File Reference

Support code for elimination_random_by_weight_impl.h. More...

#include "elimination_random_by_weight_impl.h"

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.
 

Detailed Description

Support code for elimination_random_by_weight_impl.h.

Definition in file elimination_random_by_weight_impl.c.

Function Documentation

◆ synaptogenesis_elimination_init()

elimination_params_t * synaptogenesis_elimination_init ( uint8_t **  data)

Read and return an elimination parameter data structure from the data stream.

Parameters
[in,out]dataThe data stream to read from, updated to the new position after the read is done
Returns
the read parameters data structure

Definition at line 21 of file elimination_random_by_weight_impl.c.