Home
last modified time | relevance | path

Searched defs:num_detection (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEDetectionPostProcessLayer.cpp43 … *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/
DCPPDetectionPostProcessLayer.cpp42 …*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/
DDetectionPostProcessLayer.cpp157 Tensor num_detection; in base_test_case() local
/external/ComputeLibrary/tests/validation/CPP/
DDetectionPostProcessLayer.cpp183 Tensor num_detection; in base_test_case() local
/external/ComputeLibrary/utils/
DGraphUtils.cpp532 const size_t num_detection = tensor.info()->valid_region().shape.y(); in access_predictions_tensor() local