DelayAccess

Contents

DelayAccess#

class brainstate.nn.DelayAccess(delay, *time, entry)#

Accessor node for a registered entry in a Delay instance.

This node holds a reference to a Delay and a named entry that was registered on that Delay. It is used by graphs to query delayed values by delegating to the underlying Delay instance.

Parameters:
  • delay (Delay) – The delay instance.

  • *time – The delay time.

  • entry (str) – The delay entry.