LICENSE
README.md
setup.py
hnn/__init__.py
hnn/fuse_bn.py
hnn/grad.py
hnn/network_type.py
hnn/onnx_export_pass.py
hnn/utils.py
hnn.egg-info/PKG-INFO
hnn.egg-info/SOURCES.txt
hnn.egg-info/dependency_links.txt
hnn.egg-info/requires.txt
hnn.egg-info/top_level.txt
hnn/ann/__init__.py
hnn/ann/flatten3d.py
hnn/ann/q_adaptive_avgpool2d.py
hnn/ann/q_add.py
hnn/ann/q_conv2d.py
hnn/ann/q_linear.py
hnn/ann/q_model.py
hnn/ann/q_module.py
hnn/hu/__init__.py
hnn/hu/a2s_learnable_coding.py
hnn/hu/a2s_learnable_coding_sign_convert.py
hnn/hu/a2s_poisson_coding_sign_convert.py
hnn/hu/a2s_precision_convert.py
hnn/hu/a2s_rate_coding.py
hnn/hu/a2shu.py
hnn/hu/average_window_conv.py
hnn/hu/global_average_window_conv.py
hnn/hu/hu.py
hnn/hu/learnable_sampler.py
hnn/hu/learnable_window_conv.py
hnn/hu/model.py
hnn/hu/poisson_sampler.py
hnn/hu/precision_convert.py
hnn/hu/rate_coding_sampler.py
hnn/hu/s2a_global_rate_coding.py
hnn/hu/s2a_learnable_rate_coding.py
hnn/hu/s2a_rate_coding.py
hnn/hu/s2ahu.py
hnn/hu/sampler.py
hnn/hu/window_conv.py
hnn/hu/window_set.py
hnn/snn/__init__.py
hnn/snn/accumulate.py
hnn/snn/accumulate_with_refractory.py
hnn/snn/extended_lif.py
hnn/snn/fire.py
hnn/snn/fire_with_constant_threshold.py
hnn/snn/hard_update_after_spike.py
hnn/snn/if_with_tensor_threshold_and_reset_mode_and_refractory.py
hnn/snn/integrate_and_fire.py
hnn/snn/leaky.py
hnn/snn/lif.py
hnn/snn/lif_neuron.py
hnn/snn/lif_recorder.py
hnn/snn/lif_with_tensor_threshold_and_reset_mode_and_refractory.py
hnn/snn/model.py
hnn/snn/neuron.py
hnn/snn/output_rate_coding.py
hnn/snn/q_conv2d.py
hnn/snn/q_linear.py
hnn/snn/q_model.py
hnn/snn/q_module.py
hnn/snn/recorder.py
hnn/snn/refractory.py
hnn/snn/reset_after_spike.py
hnn/snn/reset_mode.py
hnn/snn/saturate.py
hnn/snn/soft_update_after_spike.py
hnn/snn/threshold_accumulate.py
hnn/snn/threshold_accumulate_with_saturate.py
hnn/snn/threshold_dynamics.py
hnn/snn/surrogate/__init__.py
hnn/snn/surrogate/rectangle.py