﻿brainpy.neurons.LeakyIntegrator
===============================

.. currentmodule:: brainpy.neurons

.. autoclass:: LeakyIntegrator

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~LeakyIntegrator.__init__
      ~LeakyIntegrator.add_aft_update
      ~LeakyIntegrator.add_bef_update
      ~LeakyIntegrator.add_inp_fun
      ~LeakyIntegrator.clear_input
      ~LeakyIntegrator.cpu
      ~LeakyIntegrator.cuda
      ~LeakyIntegrator.derivative
      ~LeakyIntegrator.get_aft_update
      ~LeakyIntegrator.get_batch_shape
      ~LeakyIntegrator.get_bef_update
      ~LeakyIntegrator.get_delay_data
      ~LeakyIntegrator.get_delay_var
      ~LeakyIntegrator.get_inp_fun
      ~LeakyIntegrator.get_local_delay
      ~LeakyIntegrator.has_aft_update
      ~LeakyIntegrator.has_bef_update
      ~LeakyIntegrator.init_param
      ~LeakyIntegrator.init_variable
      ~LeakyIntegrator.jit_step_run
      ~LeakyIntegrator.load_state
      ~LeakyIntegrator.load_state_dict
      ~LeakyIntegrator.nodes
      ~LeakyIntegrator.register_delay
      ~LeakyIntegrator.register_implicit_nodes
      ~LeakyIntegrator.register_implicit_vars
      ~LeakyIntegrator.register_local_delay
      ~LeakyIntegrator.reset
      ~LeakyIntegrator.reset_local_delays
      ~LeakyIntegrator.reset_state
      ~LeakyIntegrator.return_info
      ~LeakyIntegrator.save_state
      ~LeakyIntegrator.setattr
      ~LeakyIntegrator.state_dict
      ~LeakyIntegrator.step_run
      ~LeakyIntegrator.sum_current_inputs
      ~LeakyIntegrator.sum_delta_inputs
      ~LeakyIntegrator.sum_inputs
      ~LeakyIntegrator.to
      ~LeakyIntegrator.tpu
      ~LeakyIntegrator.tracing_variable
      ~LeakyIntegrator.train_vars
      ~LeakyIntegrator.tree_flatten
      ~LeakyIntegrator.tree_unflatten
      ~LeakyIntegrator.unique_name
      ~LeakyIntegrator.update
      ~LeakyIntegrator.update_local_delays
      ~LeakyIntegrator.vars
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~LeakyIntegrator.after_updates
      ~LeakyIntegrator.before_updates
      ~LeakyIntegrator.cur_inputs
      ~LeakyIntegrator.current_inputs
      ~LeakyIntegrator.delta_inputs
      ~LeakyIntegrator.implicit_nodes
      ~LeakyIntegrator.implicit_vars
      ~LeakyIntegrator.mode
      ~LeakyIntegrator.name
      ~LeakyIntegrator.supported_modes
      ~LeakyIntegrator.varshape
   
   