Searched refs:d_sorted_boxes_float_ptr (Results 1 – 2 of 2) sorted by relevance
54 Status NmsGpu(const float* d_sorted_boxes_float_ptr, const int num_boxes,
252 Status NmsGpu(const float* d_sorted_boxes_float_ptr, const int num_boxes, in NmsGpu() argument257 auto iptr = reinterpret_cast<std::uintptr_t>(d_sorted_boxes_float_ptr); in NmsGpu()288 reinterpret_cast<const Box*>(d_sorted_boxes_float_ptr); in NmsGpu()