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