22 float Clamp(
float val,
int min,
int max);
23 int NMS(
int valid_count, std::vector<float>& output_locations,
24 std::vector<int>& class_id, std::vector<int>& order,
float threshold,
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16