fix(multiclassnms): fix heap buffer overflow
bug caused by lazy malloc of tensor memory. while batchsize large than 1, output tensor is divided(shared memory), and each divided tensor do malloc.
Showing
想要评论请 注册 或 登录
bug caused by lazy malloc of tensor memory. while batchsize large than 1, output tensor is divided(shared memory), and each divided tensor do malloc.