Home
last modified time | relevance | path

Searched refs:CreateIOUSuppressCheckFn (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dnon_max_suppression_op.cc138 static inline std::function<bool(int, int)> CreateIOUSuppressCheckFn( in CreateIOUSuppressCheckFn() function
467 CreateIOUSuppressCheckFn<float>(boxes, iou_threshold_); in Compute()
511 CreateIOUSuppressCheckFn<T>(boxes, iou_threshold_val); in Compute()
560 CreateIOUSuppressCheckFn<T>(boxes, iou_threshold_val); in Compute()
611 CreateIOUSuppressCheckFn<T>(boxes, iou_threshold_val); in Compute()