Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/functions/
H A DCPPDetectionOutputLayer.cpp212 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()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h955 enum class DetectionOutputLayerCodeType enum
971 _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;
/aosp_15_r20/external/ComputeLibrary/utils/
H A DTypePrinter.h2465 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()
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_ssd_mobilenet.cpp371 …const DetectionOutputLayerCodeType detection_type = DetectionOutputLayerCodeType::CENTER_SIZE; in create_graph_float()