Searched refs:DetectionOutputLayerCodeType (Results 1 – 4 of 4) sorted by relevance
212 const DetectionOutputLayerCodeType code_type, const bool variance_encoded_in_target, in DecodeBBox()219 case DetectionOutputLayerCodeType::CORNER: in DecodeBBox()228 case DetectionOutputLayerCodeType::CENTER_SIZE: in DecodeBBox()252 case DetectionOutputLayerCodeType::CORNER_SIZE: in DecodeBBox()
955 enum class DetectionOutputLayerCodeType enum971 _code_type(DetectionOutputLayerCodeType::CORNER), in DetectionOutputLayerInfo()996 …DetectionOutputLayerInfo(int num_classes, bool share_location, DetectionOutputLayerCodeType code_t…1023 DetectionOutputLayerCodeType code_type() const in code_type()1071 DetectionOutputLayerCodeType _code_type;
2465 inline ::std::ostream &operator<<(::std::ostream &os, const DetectionOutputLayerCodeType &detection…2469 case DetectionOutputLayerCodeType::CENTER_SIZE:2472 case DetectionOutputLayerCodeType::CORNER:2475 case DetectionOutputLayerCodeType::CORNER_SIZE:2478 case DetectionOutputLayerCodeType::TF_CENTER:2493 inline std::string to_string(const DetectionOutputLayerCodeType &detection_code) in to_string()
371 …const DetectionOutputLayerCodeType detection_type = DetectionOutputLayerCodeType::CENTER_SIZE; in create_graph_float()