From 67c2be9b8095aa70a2844ded44592c331e1a5e14 Mon Sep 17 00:00:00 2001 From: "yunjing.lh" Date: Fri, 7 Feb 2020 18:13:42 +0800 Subject: [PATCH] remove external link --- src/relay/qnn/util.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/relay/qnn/util.cc b/src/relay/qnn/util.cc index 26f219c7d557e..1763baecb96fe 100644 --- a/src/relay/qnn/util.cc +++ b/src/relay/qnn/util.cc @@ -32,8 +32,7 @@ namespace qnn { /* \brief This function implements the rounding part of ARMv7 NEON VQRDMULH * instruction. For code reuse, the multiplied tensor is directly passed in - * as parameter. Reference implementation: - * https://github.com/google/gemmlowp/blob/2483d846ad865dd4190fe4a1a1ba2d9cfcea78e1/fixedpoint/fixedpoint.h#L337 + * as parameter. */ Expr SaturatingRoundingDoublingHigh32(const Expr& input_tensor, const Expr& multiplier_expr,