Home
last modified time | relevance | path

Searched defs:bboxes (Results 1 – 8 of 8) sorted by relevance

/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPNonMaximumSuppression.cpp32 const ITensor *bboxes, const ITensor *scores, ITensor *indices, unsigned int max_output_size, in configure()
41const ITensorInfo *bboxes, const ITensorInfo *scores, const ITensorInfo *indices, unsigned int max… in validate()
DCPPDetectionOutputLayer.cpp290 void ApplyNMSFast(const std::vector<BBox> &bboxes, in ApplyNMSFast()
503 const std::vector<BBox> &bboxes = decode_bboxes.find(label)->second; in run() local
575 const std::vector<BBox> &bboxes = decode_bboxes.find(loc_label)->second; in run() local
/external/armnn/samples/ObjectDetection/test/
DImageUtilsTest.cpp13 std::vector<std::tuple<int, int>> bboxes; in GetBoundingBoxPoints() local
118 std::vector<std::tuple<int, int>> bboxes = GetBoundingBoxPoints(detections, frame); variable
/external/ComputeLibrary/src/core/CPP/kernels/
DCPPNonMaximumSuppressionKernel.cpp38 Status validate_arguments(const ITensorInfo *bboxes, const ITensorInfo *scores, const ITensorInfo *… in validate_arguments()
85 Status CPPNonMaximumSuppressionKernel::validate(const ITensorInfo *bboxes, const ITensorInfo *score… in validate()
/external/ComputeLibrary/tests/validation/reference/
DNonMaxSuppression.cpp123 inline bool is_box_selected(const CandidateBox &cb, const SimpleTensor<float> &bboxes, std::vector<… in is_box_selected()
139 SimpleTensor<int> non_max_suppression(const SimpleTensor<float> &bboxes, const SimpleTensor<float> … in non_max_suppression()
/external/ComputeLibrary/tests/validation/fixtures/
DNonMaxSuppressionFixture.h72 TensorType bboxes = create_tensor<TensorType>(input_shape, DataType::F32); in compute_target() local
/external/tensorflow/tensorflow/core/kernels/image/
Dsample_distorted_bounding_box_op.cc401 Tensor* bboxes = nullptr; in DoCompute() local
/external/freetype/include/freetype/
Dt1tables.h312 FT_BBox* bboxes [T1_MAX_MM_DESIGNS + 1]; member