Home
last modified time | relevance | path

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

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