From 63e5041e6ea0f7fb57a1cc349f1325785fa800fa Mon Sep 17 00:00:00 2001 From: John Richardson Date: Fri, 13 Oct 2017 20:51:42 +0100 Subject: COMPMID-576: Port Phase to new validation Change-Id: Ice08031c997cf8162a4358deb059db857ede2382 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/93585 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- arm_compute/runtime/NEON/functions/NEPhase.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'arm_compute/runtime/NEON/functions/NEPhase.h') diff --git a/arm_compute/runtime/NEON/functions/NEPhase.h b/arm_compute/runtime/NEON/functions/NEPhase.h index 985ba84c4c..cd62cf98e8 100644 --- a/arm_compute/runtime/NEON/functions/NEPhase.h +++ b/arm_compute/runtime/NEON/functions/NEPhase.h @@ -36,11 +36,12 @@ class NEPhase : public INESimpleFunction public: /** Initialise the kernel's inputs, output. * - * @param[in] input1 First tensor input. Data type supported: S16. - * @param[in] input2 Second tensor input. Data type supported: S16. - * @param[out] output Output tensor. Data type supported: U8. + * @param[in] input1 First tensor input. Data type supported: S16. + * @param[in] input2 Second tensor input. Data type supported: S16. + * @param[out] output Output tensor. Data type supported: U8. + * @param[in] phase_type (Optional) Phase calculation type. Default: SIGNED. */ - void configure(const ITensor *input1, const ITensor *input2, ITensor *output); + void configure(const ITensor *input1, const ITensor *input2, ITensor *output, PhaseType phase_type = PhaseType::SIGNED); }; } #endif /*__ARM_COMPUTE_NEPHASE_H__ */ -- cgit v1.2.1