utensor_cgen
utensor_cgen copied to clipboard
generate const pointer for binary tensor
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