Remove mallocs and frees from the kernels
Signed-off-by: Davide Sapienza <sapienza.dav@gmail.com>
This commit is contained in:
@@ -75,7 +75,9 @@ class CenternetDetection {
|
||||
int K = 100;
|
||||
int width = 128;//56; // TODO
|
||||
|
||||
|
||||
// pointer used in the kernels
|
||||
float *src_out;
|
||||
int *ids_out;
|
||||
public:
|
||||
dnnType *rt_out[4];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user