utensor_cgen icon indicating copy to clipboard operation
utensor_cgen copied to clipboard

C++ code generator for uTensor https://utensor-cgen.readthedocs.io/en/latest/

Results 27 utensor_cgen issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.1.0 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 7.13.0 to 8.10.0. Release notes Sourced from ipython's releases. See https://pypi.org/project/ipython/ We do not use GitHub release anymore. Please see PyPI https://pypi.org/project/ipython/ Commits 15ea1ed release 8.10.0 560ad10...

dependencies

Simple models with Relu fail when converting via ONNX frontend, as Relu shape and dtype information is missing (None). May I please confirm if ONNX is intended to be supported?...

## Install Using a virtual environment is a good idea. ``` git clone [email protected]:uTensor/utensor_cgen.git cd utensor_cgen git checkout tflite_backend pip install -e .[dev] ``` ## Running Test `pytest -s tests/tflm`...

Shared configuration such as padding and activation. ex: TF 1.x pb file: padding is raw string such as 'VALID', 'SAME', ...etc TF 2.x tflite file: padding is int index such...

enhancement

* Add additional operator support for target rearch. * Fix bug in TFLITE parser where all tensors are treated as having quantization params. * Add placeholder list for TF Lite...

enhancement
doNotMerge

Right now these are small, but we can improve stack usage by moving these constants to a constants file.

Replaces all cstrings (except for those used by sdtensor) with integers. Massive savings, much wow. @dboyliao can you suggest a cleaner way to add this functionality to all ops? It's...