Searched refs:normalization_type (Results 1 – 9 of 9) sorted by relevance
/external/ComputeLibrary/src/core/ |
D | HOGInfo.cpp | 38 HOGNormType normalization_type, float l2_hyst_threshold, PhaseType phase_type) in HOGInfo() argument 41 …init(cell_size, block_size, detection_window_size, block_stride, num_bins, normalization_type, l2_… in HOGInfo() 45 HOGNormType normalization_type, float l2_hyst_threshold, PhaseType phase_type) in init() argument 59 _normalization_type = normalization_type; in init() 116 HOGNormType HOGInfo::normalization_type() const in normalization_type() function in HOGInfo
|
D | Validate.cpp | 155 …_ON_LOC_MSG(multi_hog->model(0)->info()->normalization_type() != multi_hog->model(i)->info()->norm… in error_on_invalid_multi_hog() 159 … && (multi_hog->model(0)->info()->normalization_type() == arm_compute::HOGNormType::L2HYS_NORM), in error_on_invalid_multi_hog()
|
/external/ComputeLibrary/arm_compute/core/ |
D | HOGInfo.h | 62 …HOGNormType normalization_type = HOGNormType::L2HYS_NORM, float l2_hyst_threshold = 0.2f, PhaseTyp… 75 …HOGNormType normalization_type = HOGNormType::L2HYS_NORM, float l2_hyst_threshold = 0.2f, PhaseTyp… 105 HOGNormType normalization_type() const;
|
/external/ComputeLibrary/tests/datasets/ |
D | HOGDescriptorDataset.h | 88 … size_t num_bins, HOGNormType normalization_type, float l2_hyst_threshold, PhaseType phase_type) in add_config() argument 91 …l_size, block_size, detection_window_size, block_stride, num_bins, normalization_type, l2_hyst_thr… in add_config()
|
/external/ComputeLibrary/tests/validation/reference/ |
D | HOGMultiDetection.cpp | 51 ARM_COMPUTE_ERROR_ON_MSG(models[0].normalization_type() != models[i].normalization_type(), in validate_models() 54 …2_hyst_threshold() != models[i].l2_hyst_threshold()) && (models[0].normalization_type() == arm_com… in validate_models()
|
D | HOGDescriptor.cpp | 75 const HOGNormType norm_type = hog_info.normalization_type(); in hog_block_normalization_compute()
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLHOGDescriptorKernel.cpp | 176 args_str << "-DHOG_NORM_TYPE=" << static_cast<int>(hog_info->normalization_type()) << " "; in configure()
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEHOGDescriptorKernel.cpp | 739 switch(hog_info->normalization_type()) in configure()
|
/external/ComputeLibrary/utils/ |
D | TypePrinter.h | 1939 << "NormType=" << hog_info.normalization_type() << ","
|