qualia_codegen_plugin_snn.graph.layers.TIfLayer module

class qualia_codegen_plugin_snn.graph.layers.TIfLayer.TIfLayer(input_shape: 'Shapes', output_shape: 'Shapes', output_dtype: 'DTypes', name: 'str', v_threshold: 'NDArrayFloatOrInt', v_reset: 'NDArrayFloatOrInt | None', soft_reset: 'bool')[source]

Bases: TBaseLayer

v_threshold: NDArrayFloatOrInt
v_reset: NDArrayFloatOrInt | None
soft_reset: bool
property weights: OrderedDict[str, NDArrayFloatOrInt]