Table of Contents

Interface ISpikeSink

Namespace
DotFly.Core.Backends
Assembly
DotFly.Core.dll

Receives the spikes emitted at each step. Implementations must not retain the span.

public interface ISpikeSink

Methods

OnStep(long, ReadOnlySpan<int>)

Called once per step with the (ascending) indices of the neurons that spiked.

void OnStep(long step, ReadOnlySpan<int> spiked)

Parameters

step long
spiked ReadOnlySpan<int>