Skip to content

Created abstraction for activation models and datas

This PR is tackling a subtask of issue #79 (closed). This is the list of changes:

  1. Created ActivationModelAbstraction and ActivationDataAbstraction classes.
  2. Added documentation to the class methods.
  3. Implemented all current activation models and datas using point 1.

Merge request reports