Searched defs:norm_type (Results 1 – 10 of 10) sorted by relevance
/external/ComputeLibrary/tests/validation/fixtures/ |
D | CannyEdgeFixture.h | 50 …void setup(std::string image, int gradient_size, MagnitudeType norm_type, BorderMode border_mode, … in setup() 65 …TensorType compute_target(const std::string &image, int gradient_size, MagnitudeType norm_type, Bo… in compute_target() 99 …> compute_reference(const std::string &image, int gradient_size, MagnitudeType norm_type, BorderMo… in compute_reference()
|
D | NormalizationLayerFixture.h | 50 …void setup(TensorShape shape, NormType norm_type, int norm_size, float beta, bool is_scaled, DataT… in setup() 120 …void setup(TensorShape shape, NormType norm_type, int norm_size, float beta, bool is_scaled, DataT… in setup()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLCannyEdge.cpp | 64 …utput, int32_t upper_thr, int32_t lower_thr, int32_t gradient_size, int32_t norm_type, BorderMode … in configure() 70 … ICLTensor *output, int32_t upper_thr, int32_t lower_thr, int32_t gradient_size, int32_t norm_type, in configure()
|
/external/ComputeLibrary/tests/validation/reference/ |
D | CannyEdgeDetector.cpp | 109 …nst SimpleTensor<T> &src, int32_t upper, int32_t lower, int gradient_size, MagnitudeType norm_type, in canny_edge_detector_impl() 235 … int32_t upper_thresh, int32_t lower_thresh, int gradient_size, MagnitudeType norm_type, in canny_edge_detector()
|
D | HOGDescriptor.cpp | 75 const HOGNormType norm_type = hog_info.normalization_type(); in hog_block_normalization_compute() local
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NECannyEdge.cpp | 66 …utput, int32_t upper_thr, int32_t lower_thr, int32_t gradient_size, int32_t norm_type, BorderMode … in configure()
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLCannyEdgeKernel.cpp | 42 …onst ICLTensor *gx, const ICLTensor *gy, ICLTensor *magnitude, ICLTensor *phase, int32_t norm_type) in configure() 47 …onst ICLTensor *gx, const ICLTensor *gy, ICLTensor *magnitude, ICLTensor *phase, int32_t norm_type) in configure()
|
/external/kernel-headers/original/uapi/misc/ |
D | xilinx_sdfec.h | 178 __u32 norm_type; member
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | eigh_expander.cc | 281 PrimitiveType norm_type = in ComputeFrobeniusNorms() local
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NECannyEdgeKernel.cpp | 875 …figure(const ITensor *gx, const ITensor *gy, ITensor *magnitude, ITensor *phase, int32_t norm_type) in configure()
|