Home
last modified time | relevance | path

Searched refs:normalization_type (Results 1 – 9 of 9) sorted by relevance

/external/ComputeLibrary/src/core/
DHOGInfo.cpp38 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
DValidate.cpp155 …_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/
DHOGInfo.h62 …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/
DHOGDescriptorDataset.h88 … 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/
DHOGMultiDetection.cpp51 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()
DHOGDescriptor.cpp75 const HOGNormType norm_type = hog_info.normalization_type(); in hog_block_normalization_compute()
/external/ComputeLibrary/src/core/CL/kernels/
DCLHOGDescriptorKernel.cpp176 args_str << "-DHOG_NORM_TYPE=" << static_cast<int>(hog_info->normalization_type()) << " "; in configure()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEHOGDescriptorKernel.cpp739 switch(hog_info->normalization_type()) in configure()
/external/ComputeLibrary/utils/
DTypePrinter.h1939 << "NormType=" << hog_info.normalization_type() << ","