Home
last modified time | relevance | path

Searched defs:kNumCoordBox (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/functions/
H A DCPPDetectionPostProcessLayer.cpp43 …DetectionPostProcessLayerInfo info, const unsigned int kBatchSize, const unsigned int kNumCoordBox) in validate_arguments()
276 constexpr unsigned int kNumCoordBox = 4; in validate() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/nodes/
H A DDetectionPostProcessLayerNode.h57 static const int kNumCoordBox = 4; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddetection_postprocess.cc52 constexpr int kNumCoordBox = 4; variable