uTensor / utensor_cgen

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generate const pointer for binary tensor

Knight-X opened this issue · comments

commented

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 pointer in c++. @dboyliao