Searched defs:phase_type (Results 1 – 11 of 11) sorted by relevance
/external/ComputeLibrary/tests/validation/fixtures/ |
D | PhaseFixture.h | 46 void setup(TensorShape shape, Format format, PhaseType phase_type) in setup() 59 TensorType compute_target(const TensorShape &shape, Format format, PhaseType phase_type) in compute_target() 101 …pleTensor<uint8_t> compute_reference(const TensorShape &shape, Format format, PhaseType phase_type) in compute_reference()
|
/external/ComputeLibrary/src/core/ |
D | HOGInfo.cpp | 38 HOGNormType normalization_type, float l2_hyst_threshold, PhaseType phase_type) in HOGInfo() 45 HOGNormType normalization_type, float l2_hyst_threshold, PhaseType phase_type) in init() 126 PhaseType HOGInfo::phase_type() const in phase_type() function in HOGInfo
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLPhase.cpp | 33 …onfigure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output, PhaseType phase_type) in configure() 38 …context, const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output, PhaseType phase_type) in configure()
|
D | CLHOGGradient.cpp | 44 …sor *input, ICLTensor *output_magnitude, ICLTensor *output_phase, PhaseType phase_type, BorderMode… in configure() 49 …sor *input, ICLTensor *output_magnitude, ICLTensor *output_phase, PhaseType phase_type, BorderMode… in configure()
|
D | CLHOGMultiDetection.cpp | 82 PhaseType phase_type = multi_hog->model(0)->info()->phase_type(); in configure() local
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLMagnitudePhaseKernel.cpp | 47 MagnitudeType mag_type, PhaseType phase_type) in configure() 53 MagnitudeType mag_type, PhaseType phase_type) in configure()
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEPhase.cpp | 33 …ase::configure(const ITensor *input1, const ITensor *input2, ITensor *output, PhaseType phase_type) in configure()
|
D | NEHOGGradient.cpp | 46 …ITensor *input, ITensor *output_magnitude, ITensor *output_phase, PhaseType phase_type, BorderMode… in configure()
|
D | NEHOGMultiDetection.cpp | 70 PhaseType phase_type = multi_hog->model(0)->info()->phase_type(); in configure() local
|
/external/ComputeLibrary/tests/validation/reference/ |
D | Phase.cpp | 35 …leTensor<uint8_t> phase(const SimpleTensor<T> &gx, const SimpleTensor<T> &gy, PhaseType phase_type) in phase()
|
/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()
|