Home
last modified time | relevance | path

Searched defs:norm_type (Results 1 – 10 of 10) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DCannyEdgeFixture.h50 …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()
DNormalizationLayerFixture.h50 …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/
DCLCannyEdge.cpp64 …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/
DCannyEdgeDetector.cpp109 …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()
DHOGDescriptor.cpp75 const HOGNormType norm_type = hog_info.normalization_type(); in hog_block_normalization_compute() local
/external/ComputeLibrary/src/runtime/NEON/functions/
DNECannyEdge.cpp66 …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/
DCLCannyEdgeKernel.cpp42 …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/
Dxilinx_sdfec.h178 __u32 norm_type; member
/external/tensorflow/tensorflow/compiler/xla/service/
Deigh_expander.cc281 PrimitiveType norm_type = in ComputeFrobeniusNorms() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNECannyEdgeKernel.cpp875 …figure(const ITensor *gx, const ITensor *gy, ITensor *magnitude, ITensor *phase, int32_t norm_type) in configure()