Searched refs:expected_num_detection (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/CPP/ |
H A D | DetectionPostProcessLayer.cpp | 112 …nst SimpleTensor<float> &expected_output_scores, const SimpleTensor<float> &expected_num_detection, in base_test_case() argument 203 validate(Accessor(num_detection), expected_num_detection, tolerance_others); in base_test_case() 293 SimpleTensor<float> expected_num_detection(TensorShape(1U), DataType::F32); in TEST_CASE() local 294 fill_tensor(expected_num_detection, std::vector<float> { 3.f }); in TEST_CASE() 296 …2, expected_output_boxes, expected_output_classes, expected_output_scores, expected_num_detection); in TEST_CASE() 315 SimpleTensor<float> expected_num_detection(TensorShape(1U), DataType::F32); in TEST_CASE() local 316 fill_tensor(expected_num_detection, std::vector<float> { 3.f }); in TEST_CASE() 319 …2, expected_output_boxes, expected_output_classes, expected_output_scores, expected_num_detection); in TEST_CASE() 338 SimpleTensor<float> expected_num_detection(TensorShape(1U), DataType::F32); in TEST_CASE() local 339 fill_tensor(expected_num_detection, std::vector<float> { 2.f }); in TEST_CASE() [all …]
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | DetectionPostProcessLayer.cpp | 100 …nst SimpleTensor<float> &expected_output_scores, const SimpleTensor<float> &expected_num_detection, in base_test_case() argument 177 validate(Accessor(num_detection), expected_num_detection, tolerance_others); in base_test_case() 264 SimpleTensor<float> expected_num_detection(TensorShape(1U), DataType::F32); in TEST_CASE() local 265 fill_tensor(expected_num_detection, std::vector<float> { 3.f }); in TEST_CASE() 267 …2, expected_output_boxes, expected_output_classes, expected_output_scores, expected_num_detection); in TEST_CASE() 286 SimpleTensor<float> expected_num_detection(TensorShape(1U), DataType::F32); in TEST_CASE() local 287 fill_tensor(expected_num_detection, std::vector<float> { 3.f }); in TEST_CASE() 290 …2, expected_output_boxes, expected_output_classes, expected_output_scores, expected_num_detection); in TEST_CASE() 309 SimpleTensor<float> expected_num_detection(TensorShape(1U), DataType::F32); in TEST_CASE() local 310 fill_tensor(expected_num_detection, std::vector<float> { 2.f }); in TEST_CASE() [all …]
|