feat: Introduce TensorHandle as input and return type of functions
Depends-On: 23912 Change-Id: I43dc87f1924f5c5863f1e935ae7c158f9aa9814c
Showing
- src/pyhxtorch/hxtorch/spiking/experiment.py 1 addition, 1 deletionsrc/pyhxtorch/hxtorch/spiking/experiment.py
- src/pyhxtorch/hxtorch/spiking/functional/dropout.py 5 additions, 3 deletionssrc/pyhxtorch/hxtorch/spiking/functional/dropout.py
- src/pyhxtorch/hxtorch/spiking/functional/eventprop.py 7 additions, 4 deletionssrc/pyhxtorch/hxtorch/spiking/functional/eventprop.py
- src/pyhxtorch/hxtorch/spiking/functional/iaf.py 23 additions, 14 deletionssrc/pyhxtorch/hxtorch/spiking/functional/iaf.py
- src/pyhxtorch/hxtorch/spiking/functional/li.py 8 additions, 3 deletionssrc/pyhxtorch/hxtorch/spiking/functional/li.py
- src/pyhxtorch/hxtorch/spiking/functional/lif.py 21 additions, 16 deletionssrc/pyhxtorch/hxtorch/spiking/functional/lif.py
- src/pyhxtorch/hxtorch/spiking/functional/linear.py 10 additions, 5 deletionssrc/pyhxtorch/hxtorch/spiking/functional/linear.py
- src/pyhxtorch/hxtorch/spiking/functional/spike_source.py 6 additions, 3 deletionssrc/pyhxtorch/hxtorch/spiking/functional/spike_source.py
- src/pyhxtorch/hxtorch/spiking/handle.py 10 additions, 39 deletionssrc/pyhxtorch/hxtorch/spiking/handle.py
- src/pyhxtorch/hxtorch/spiking/modules/hx_module.py 3 additions, 8 deletionssrc/pyhxtorch/hxtorch/spiking/modules/hx_module.py
- src/pyhxtorch/hxtorch/spiking/modules/hx_module_wrapper.py 3 additions, 7 deletionssrc/pyhxtorch/hxtorch/spiking/modules/hx_module_wrapper.py
- tests/hw/test_spiking_modules.py 8 additions, 4 deletionstests/hw/test_spiking_modules.py
- tests/sw/test_spiking_cuba_iaf_integration.py 77 additions, 58 deletionstests/sw/test_spiking_cuba_iaf_integration.py
- tests/sw/test_spiking_cuba_li_integration.py 33 additions, 23 deletionstests/sw/test_spiking_cuba_li_integration.py
- tests/sw/test_spiking_cuba_lif_integration.py 76 additions, 55 deletionstests/sw/test_spiking_cuba_lif_integration.py
- tests/sw/test_spiking_handle.py 0 additions, 42 deletionstests/sw/test_spiking_handle.py
- tests/sw/test_spiking_run.py 28 additions, 25 deletionstests/sw/test_spiking_run.py
Please register or sign in to comment