LICENSE
MANIFEST.in
README.md
pyproject.toml
src/ecal/__init__.py
src/ecal/_version.py
src/ecal/api.py
src/ecal/cli.py
src/ecal/calculators/__init__.py
src/ecal/calculators/inference.py
src/ecal/calculators/model_flops.py
src/ecal/calculators/preprocessing.py
src/ecal/calculators/preprocessing_flops.py
src/ecal/calculators/training.py
src/ecal/calculators/transmission.py
src/ecal/configs/__init__.py
src/ecal/configs/protocol_configs.py
src/ecal/hardware/__init__.py
src/ecal/hardware/profiles.py
src/ecal/hardware/data/profiles.yaml
src/ecal_energy.egg-info/PKG-INFO
src/ecal_energy.egg-info/SOURCES.txt
src/ecal_energy.egg-info/dependency_links.txt
src/ecal_energy.egg-info/entry_points.txt
src/ecal_energy.egg-info/requires.txt
src/ecal_energy.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_cli.py
tests/test_hardware_profiles.py
tests/test_inference.py
tests/test_model_flops.py
tests/test_preprocessing.py
tests/test_training.py
tests/test_transmission.py