nest / nest-gpu

NEST GPU
https://nest-gpu.readthedocs.io
GNU General Public License v2.0
18 stars 12 forks source link

Remove unnecessary steps in the update of image nodes #85

Open golosio opened 11 months ago

golosio commented 11 months ago

Image nodes are just spike buffers that accumulate spikes from remote source nodes, to be delivered to local target nodes. Avoid calling any update functions other than the spike-buffer update for image nodes, because they are useless.