MCPcopy Create free account
hub / github.com/Xilinx/CHaiDNN / NMSForward

Function NMSForward

software/common/xi_kernels.cpp:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476
477
478void NMSForward(float *nms_score, int *nms_id, int *nms_label, float *nms_box, int* nms_finalboxcount,
479 float* conf, float* pbox, IO_DATA_TYPE* loc, float* var, int *scalar_nms_args )
480{
481 NMSWrapper(nms_finalboxcount, nms_id, nms_label, nms_box, nms_score, conf, pbox, loc, var, scalar_nms_args);
482}
483
484void CropWrapper(int* inarray, int* outarray, int in_height, int in_width, int out_height, int out_width, int offset, int channels);
485

Callers 1

nmsRoutineFunction · 0.85

Calls 1

NMSWrapperFunction · 0.85

Tested by

no test coverage detected