nn::cx::UNCOMPRESS_LH_WORK_SIZE
#include <nn/cx.h> const int UNCOMPRESS_LH_WORK_SIZE = (1 << 11) + (1 << 7);
This is the size of the temporary buffer for uncompression with nn::cx::UncompressLH.
nn::cx::UncompressLH
CONFIDENTIAL