Neil Tan
Neil Tan
hot fix for code added check-allocate to Min, Max and Requantization_Range Ops' outputs
**Abstract** Individual frameworks such as uTensor and TFLM have their own sets of on-device APIs. In some cases, significant boilerplate code and framework-specific knowledge are required to implement an inference...
Draft for context changes - Operators on stack - Tensor name and pointer mapping for easier operator porting - Easier breakpoint setting - Extensibility for tensor object-pooling, persistent operators, offline-lifecycle...
Create a contribution guide Reviewed by the team Supported by @neil-tan
Release Note Release schedule
The shared pointer in the Tensor class is meant to prevent copying the tensor data buffer during value returns and assignments. This can be accomplished using Move semantics in C++11,...
We need a way to interact with external developers as the project continue to grow. The public channel let us: - Collect Feedback - Support - Bring transparency to our...
Version 0.2.0 being the previous release. The master branch is quite behind of the develop branch. Many useful features have been implemented since then. Perhaps it's time for a half-release,...
## 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`...
Release Note Release Schedule