Rohit Sharma
Rohit Sharma
Current installation of deepC is over 10MiB. Explore if it can possibly fit in [micropython](https://micropython.org/) boards available.
Make sure that loops are being vectorized in operators GCC reference : https://gcc.gnu.org/projects/tree-ssa/vectorization.html LLVM reference : https://llvm.org/docs/Vectorizers.html
Test may not crash on internal machines, it consistently crashes on google colab - a platform we support. ## how to reproduce on Colab ``` !sudo apt-get update !sudo apt-get...
Watch https://www.youtube.com/watch?v=3TqN_M1L4ts on the value it adds to deepC
1. Either convert them into onnx and continue reading onnx **OR** 1. Read Tensorflow models natively.
How to Reproduce ============ **Step 1** Change gemm operator in *swig/dnnc.api* file to add int shown below: ``` tensor gemm(tensor &a, tensor &b, tensor &c, float alpha = 1.0, float...
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...
https://github.com/ai-techsystems/deepC