Ncnn: what does ex.set_light_mode(true); do?

Created on 27 Mar 2019  ·  3Comments  ·  Source: Tencent/ncnn

I did not find any in-depth documentation for the same. So asking here.
How does this affect operation speed.

Most helpful comment

maybe somewhat speed gain if you use pooled allocator
depends on operating system and environment

All 3 comments

in light mode, input blob memory will be released after layer forwarding, which reduce memory usage

does this affect speed?

maybe somewhat speed gain if you use pooled allocator
depends on operating system and environment

Was this page helpful?
0 / 5 - 0 ratings