deepC
deepC copied to clipboard
vendor independent TinyML deep learning library, compiler and inference framework microcomputers and micro-controllers
This is an enhancement request. **Note** : Fix requires symbol graph dfs to propagate dtypes on all the nodes with implicit conversion rule to generate highest possible precision. **Examples** :...
similar to numpy or onnx based on feedback. File: tensor.i %include "core/datatypes.h" Change: 1. lowercase core/datatypes.h ```enum DNNC_DataType ``` 2. src/core/datatypes.cpp, corresponding case changes 3. include/core/tensor.h add DNNC_DataType argument in...
For Example, `int size = 5;` `Eigen::Tensor eResult;`
Hi. I am glad to find your product and just dying to use it. But when I try to build it in my local computer, cmd terminal prints error message...
When I run `onnx-cpp mnist.onnx` I get the following error: ```shell reading onnx model from file mnist.onnx Model info: ir_vesion : 7 doc : WARN (ONNX): allowzero is not a...
I am trying to get "compile-onnx" running, but have an error: ``` root@15082926ce00:/# compile-onnx Traceback (most recent call last): File "/usr/local/bin/compile-onnx", line 5, in from deepC.scripts.onnx2exe import main File "/usr/local/lib/python3.10/dist-packages/deepC/scripts/onnx2exe.py",...