Michael Bartling

Results 20 issues of Michael Bartling

For some reason python3 virtual environments, even when deactivated, are getting picked up during mbed compile. This causes `sys/termios.h` to not be found by the mbed build tools. Steps to...

* 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...

https://github.com/uTensor/utensor_cgen/blob/develop/utensor_cgen/backend/snippets/templates/containers/weight_header.hpp missing include guards similar to https://github.com/uTensor/utensor_cgen/blob/develop/utensor_cgen/backend/snippets/templates/snippets/get_ctx.hpp It's an easy fix and I'd normally get to it. For now, documenting

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