Skip to main content

Aidge logo

EPL 2.0 Examples PyPi Examples Documentation Status GitLab Contributors Open GitLab Issues Closed GitLab Issues

Aidge CPP Export

This module depends on aidge_core and registers generic C++ implementations for DNN operators.

Examples

If you want to generate exports and/or better understand how it works in Aidge, you may take a look at the following resources :

Quick start

System Requirements

  • python >= 3.10
pip install aidge-export-cpp

🛠 Build from Source

Prerequisite (in addition to previous one):

1. Python installation using setup scripts

Environment Python Development
Windows .\setup.ps1 -Modules export_cpp -Tests
Unix ./setup.sh -m export_cpp --tests

[!TIP] Use Get-Help setup.ps1 (Windows) or ./setup.sh -h (Unix) for full documentation.

2. Python Installation using pip

Run these commands from the aidge_export_cpp/ directory:

#fStandard install
pip install . -v

# Install with testing dependencies
pip install .[test] -v && pytest

Editable Install (Experimental)

Use this for real-time development without re-installing.

pip install --no-build-isolation -ve . --config-settings=editable.rebuild=true -Cbuild-dir=build

Export Support

The following models have been tested :

Model float32 int8
LeNet
ResNet18

On the table above, validation is done using the aidge_cmp option, which evaluates the results between the aidge_backend_cpu and aidge_export_cpp kernels, with an absolute precision of 10^-3 (for float exports).

An example script is provided for each of these models (examples/export_<model_name>/<model_name>.py).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aidge_export_cpp-0.10.0.post2-py3-none-any.whl (200.5 kB view details)

Uploaded Python 3

File details

Details for the file aidge_export_cpp-0.10.0.post2-py3-none-any.whl.

File metadata

File hashes

Hashes for aidge_export_cpp-0.10.0.post2-py3-none-any.whl
Algorithm Hash digest
SHA256 1b797988e5627f6a589b676477e05ef351d956546716b6b8457c7687eee3af6c
MD5 c120eee9ec33fc65dd57de5017558347
BLAKE2b-256 3d896ea6ae48b361ec6a3a6510e758ac6a5eaae1ec031110b867ffdf4b401a23

See more details on using hashes here.

Release history Release notifications | RSS feed

0.10.0.post3

1 file

This release

0.10.0.post2 This release

1 file

0.10.0

1 file

0.9.1.post2

1 file

0.9.1

1 file

0.9.0.post3

1 file

0.9.0.post2

1 file

0.9.0

1 file

0.4.1

1 file

0.4.0

1 file

0.3.1

1 file

0.3.0

1 file

0.2.1

1 file

0.2.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page