Searched defs:bboxes (Results 1 – 8 of 8) sorted by relevance
/external/ComputeLibrary/src/runtime/CPP/functions/ |
D | CPPNonMaximumSuppression.cpp | 32 const ITensor *bboxes, const ITensor *scores, ITensor *indices, unsigned int max_output_size, in configure() 41 …const ITensorInfo *bboxes, const ITensorInfo *scores, const ITensorInfo *indices, unsigned int max… in validate()
|
D | CPPDetectionOutputLayer.cpp | 290 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/ |
D | ImageUtilsTest.cpp | 13 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/ |
D | CPPNonMaximumSuppressionKernel.cpp | 38 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/ |
D | NonMaxSuppression.cpp | 123 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/ |
D | NonMaxSuppressionFixture.h | 72 TensorType bboxes = create_tensor<TensorType>(input_shape, DataType::F32); in compute_target() local
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | sample_distorted_bounding_box_op.cc | 401 Tensor* bboxes = nullptr; in DoCompute() local
|
/external/freetype/include/freetype/ |
D | t1tables.h | 312 FT_BBox* bboxes [T1_MAX_MM_DESIGNS + 1]; member
|