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

Release Note Release Schedule

Update the tests to cover the recent changes to the code generator: IR pipeline

When running the tool I get this error. It appears in https://github.com/uTensor/utensor_cgen/blob/master/utensor_cgen/operators.py#L158-L170 that tanh isnt listed. Am I missing something here or is this tool still being developed. Thank you.

In order to remove the dependency of sd card, we compile data which is const pointer in flash area. We may need to transform protocol buffer weights to const array...

Right now init_env() is platform specific. This needs to be either made into a class with empty default, or moved completely into code_gen https://github.com/uTensor/uTensor/issues/78#issuecomment-359667507

The very last node in every graph is a `Placeholder` so no `is_eval` gets set for output nodes. Should be an easy fix