pulp-platform / dory

A tool to deploy Deep Neural Networks on PULP-based SoC's
Apache License 2.0
72 stars 22 forks source link

Add BackendKernelAdapter #58

Closed lukamac closed 9 months ago

lukamac commented 10 months ago

The BackendKerneAdapter class would encapsulate the include/source file finding for each backend library. Preparation for adding the pulp-nnx backend library.

Additionally, changed the decision making for the "auto" precision library to be done during initialization and uniformly for the whole graph, i.e. if the graph needs "mixed-sw" it will use "mixed-sw" for every node, even though it might use somewhere "8bit".