Home
last modified time | relevance | path

Searched defs:phase_type (Results 1 – 11 of 11) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DPhaseFixture.h46 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/
DHOGInfo.cpp38 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/
DCLPhase.cpp33 …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()
DCLHOGGradient.cpp44 …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()
DCLHOGMultiDetection.cpp82 PhaseType phase_type = multi_hog->model(0)->info()->phase_type(); in configure() local
/external/ComputeLibrary/src/core/CL/kernels/
DCLMagnitudePhaseKernel.cpp47 MagnitudeType mag_type, PhaseType phase_type) in configure()
53 MagnitudeType mag_type, PhaseType phase_type) in configure()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEPhase.cpp33 …ase::configure(const ITensor *input1, const ITensor *input2, ITensor *output, PhaseType phase_type) in configure()
DNEHOGGradient.cpp46 …ITensor *input, ITensor *output_magnitude, ITensor *output_phase, PhaseType phase_type, BorderMode… in configure()
DNEHOGMultiDetection.cpp70 PhaseType phase_type = multi_hog->model(0)->info()->phase_type(); in configure() local
/external/ComputeLibrary/tests/validation/reference/
DPhase.cpp35 …leTensor<uint8_t> phase(const SimpleTensor<T> &gx, const SimpleTensor<T> &gy, PhaseType phase_type) in phase()
/external/ComputeLibrary/tests/datasets/
DHOGDescriptorDataset.h88 … size_t num_bins, HOGNormType normalization_type, float l2_hyst_threshold, PhaseType phase_type) in add_config()