hxtorch.core.plasticity_rule.Timer

class hxtorch.core.plasticity_rule.Timer(**parameters)

Bases: object

Periodic timer information for plasticity rule execution. EA: Copied from PyNN

__init__(**parameters)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(**parameters)

Initialize self.

to_grenade(snippet_begin_time, snippet_end_time)

Attributes

num_periods

period

start

property num_periods
property period
property start
to_grenade(snippet_begin_time: float, snippet_end_time: float)_pygrenade_vx_network_abstract.Timer