tensorflow::
    
   ops::
    
   NonMaxSuppression::
    
   Attrs
  
  
   #include <image_ops.h>
  
  Optional attribute setters for NonMaxSuppression .
Summary
     Public attributes | 
   |
|---|---|
     
      
       iou_threshold_
      
      = 0.5f
     
     | 
    
     
       float
      
      | 
   
     Public functions | 
   |
|---|---|
     
      
       IouThreshold
      
      (float x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      A float representing the threshold for deciding whether boxes overlap too much with respect to IOU.
      
     | 
   
Public attributes
iou_threshold_
float tensorflow::ops::NonMaxSuppression::Attrs::iou_threshold_ = 0.5f
Public functions
IouThreshold
TF_MUST_USE_RESULT Attrs tensorflow::ops::NonMaxSuppression::Attrs::IouThreshold( float x )
A float representing the threshold for deciding whether boxes overlap too much with respect to IOU.
Defaults to 0.5