ncnn
ncnn copied to clipboard
Question about Pnnx_Parameter
detail | 详细描述 | 詳細な説明
Hello, I am currently studying your code on pnnx, and I have a question regarding the following code. I’m wondering if it could potentially lead to memory wastage. I would greatly appreciate your insights. Thank you!
bool b;
int i;
float f;
std::complex<float> c;
std::vector<int> ai;
std::vector<float> af;
std::vector<std::complex<float> > ac;
Yes, it's a bit wasteful here, if you'd like to improve it, pull requests are welcome