Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/utils/
H A DTypePrinter.h2465 … ::std::ostream &operator<<(::std::ostream &os, const DetectionOutputLayerCodeType &detection_code)
2467 switch(detection_code)
2493 inline std::string to_string(const DetectionOutputLayerCodeType &detection_code) in to_string() argument
2496 str << detection_code; in to_string()