Searched defs:num_detection (Results 1 – 5 of 5) sorted by relevance
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEDetectionPostProcessLayer.cpp | 43 … *output_boxes, ITensor *output_classes, ITensor *output_scores, ITensor *num_detection, Detection… in configure() 75 …oxes, ITensorInfo *output_classes, ITensorInfo *output_scores, ITensorInfo *num_detection, Detecti… in validate()
|
/external/ComputeLibrary/src/runtime/CPP/functions/ |
D | CPPDetectionPostProcessLayer.cpp | 42 …*output_boxes, ITensorInfo *output_classes, ITensorInfo *output_scores, ITensorInfo *num_detection, in validate_arguments() 184 ITensor *num_detection) in SaveOutputs() 220 … ITensor *output_scores, ITensor *num_detection, DetectionPostProcessLayerInfo info) in configure() 273 …oxes, ITensorInfo *output_classes, ITensorInfo *output_scores, ITensorInfo *num_detection, Detecti… in validate()
|
/external/ComputeLibrary/tests/validation/NEON/ |
D | DetectionPostProcessLayer.cpp | 157 Tensor num_detection; in base_test_case() local
|
/external/ComputeLibrary/tests/validation/CPP/ |
D | DetectionPostProcessLayer.cpp | 183 Tensor num_detection; in base_test_case() local
|
/external/ComputeLibrary/utils/ |
D | GraphUtils.cpp | 532 const size_t num_detection = tensor.info()->valid_region().shape.y(); in access_predictions_tensor() local
|