Home
last modified time | relevance | path

Searched refs:input_hog_detect (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEHOGMultiDetection.cpp88 std::vector<size_t> input_hog_detect; in configure() local
92 input_hog_detect.push_back(0); in configure()
124 input_hog_detect.push_back(input_block_norm.size() - 1); in configure()
131 … _num_hog_detect_kernel = input_hog_detect.size(); // Number of NEHOGDetector functions to compute in configure()
219 const size_t idx_block_norm = input_hog_detect[i]; in configure()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLHOGMultiDetection.cpp100 std::vector<size_t> input_hog_detect; in configure() local
104 input_hog_detect.push_back(0); in configure()
136 input_hog_detect.push_back(input_block_norm.size() - 1); in configure()
143 … _num_hog_detect_kernel = input_hog_detect.size(); // Number of CLHOGDetector functions to compute in configure()
228 const size_t idx_block_norm = input_hog_detect[i]; in configure()
/external/ComputeLibrary/tests/validation/reference/
DHOGMultiDetection.cpp156 std::vector<size_t> input_hog_detect; in hog_multi_detection() local
160 input_hog_detect.push_back(0); in hog_multi_detection()
195 input_hog_detect.push_back(input_block_norm.size() - 1); in hog_multi_detection()
200 size_t num_hog_detect = input_hog_detect.size(); in hog_multi_detection()
253 const size_t idx_block_norm = input_hog_detect[i]; in hog_multi_detection()