feat: include spiking calibration in hxtorch
Depends-On: 23651 Change-Id: I636cdd5b63b1a736b6b59145e9c08325914c9541
Showing
- src/pyhxtorch/hxtorch/examples/spiking/calib_neuron.py 79 additions, 0 deletionssrc/pyhxtorch/hxtorch/examples/spiking/calib_neuron.py
- src/pyhxtorch/hxtorch/examples/spiking/yinyang_model.py 4 additions, 5 deletionssrc/pyhxtorch/hxtorch/examples/spiking/yinyang_model.py
- src/pyhxtorch/hxtorch/spiking/__init__.py 1 addition, 0 deletionssrc/pyhxtorch/hxtorch/spiking/__init__.py
- src/pyhxtorch/hxtorch/spiking/calibrated_params.py 226 additions, 0 deletionssrc/pyhxtorch/hxtorch/spiking/calibrated_params.py
- src/pyhxtorch/hxtorch/spiking/execution_instance.py 94 additions, 15 deletionssrc/pyhxtorch/hxtorch/spiking/execution_instance.py
- src/pyhxtorch/hxtorch/spiking/experiment.py 13 additions, 3 deletionssrc/pyhxtorch/hxtorch/spiking/experiment.py
- src/pyhxtorch/hxtorch/spiking/functional/__init__.py 4 additions, 2 deletionssrc/pyhxtorch/hxtorch/spiking/functional/__init__.py
- src/pyhxtorch/hxtorch/spiking/functional/iaf.py 27 additions, 16 deletionssrc/pyhxtorch/hxtorch/spiking/functional/iaf.py
- src/pyhxtorch/hxtorch/spiking/functional/li.py 17 additions, 8 deletionssrc/pyhxtorch/hxtorch/spiking/functional/li.py
- src/pyhxtorch/hxtorch/spiking/functional/lif.py 26 additions, 16 deletionssrc/pyhxtorch/hxtorch/spiking/functional/lif.py
- src/pyhxtorch/hxtorch/spiking/functional/refractory.py 2 additions, 2 deletionssrc/pyhxtorch/hxtorch/spiking/functional/refractory.py
- src/pyhxtorch/hxtorch/spiking/modules/batch_dropout.py 1 addition, 1 deletionsrc/pyhxtorch/hxtorch/spiking/modules/batch_dropout.py
- src/pyhxtorch/hxtorch/spiking/modules/types.py 47 additions, 1 deletionsrc/pyhxtorch/hxtorch/spiking/modules/types.py
- src/pyhxtorch/hxtorch/spiking/utils/calib_helper.py 38 additions, 0 deletionssrc/pyhxtorch/hxtorch/spiking/utils/calib_helper.py
- tests/hw/test_spiking_calib.py 375 additions, 0 deletionstests/hw/test_spiking_calib.py
- tests/hw/test_spiking_examples.py 11 additions, 0 deletionstests/hw/test_spiking_examples.py
- tests/hw/test_spiking_execution_instance.py 71 additions, 16 deletionstests/hw/test_spiking_execution_instance.py
- tests/hw/test_spiking_modules.py 7 additions, 2 deletionstests/hw/test_spiking_modules.py
- tests/sw/test_spiking_calibrated_params.py 379 additions, 0 deletionstests/sw/test_spiking_calibrated_params.py
- tests/sw/test_spiking_cuba_iaf_integration.py 20 additions, 20 deletionstests/sw/test_spiking_cuba_iaf_integration.py
Please register or sign in to comment