DigitalMediaProfessionals / tool

DV network conversion tool
Apache License 2.0
0 stars 1 forks source link

Unified Buffer usage #21

Open BenTokyo opened 5 years ago

BenTokyo commented 5 years ago

If not mistaken, the tool currently does not really use unified buffer (only GoogleNet / inception type of layer). If 1 layer output can fit in the Unified buffer, and be used by the next layer, tool should actually configure DV to do so --> impact of performances and power consumption.

ajkxyz commented 5 years ago

Tool should also check available unified buffer size (--ub_size command line parameter) when generating source code.