From a8b34309f23c2409bf5bc9142730b50f45ae4647 Mon Sep 17 00:00:00 2001
From: Wei Chen <ipondering.weic@gmail.com>
Date: Tue, 11 Dec 2018 21:52:21 -0800
Subject: [PATCH] [DOC]Remove non-existent parameter doc (#2277)

---
 src/relay/pass/fuse_ops.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/relay/pass/fuse_ops.cc b/src/relay/pass/fuse_ops.cc
index 21660decf..79ea3e22b 100644
--- a/src/relay/pass/fuse_ops.cc
+++ b/src/relay/pass/fuse_ops.cc
@@ -536,7 +536,6 @@ class GraphPartitioner {
    * \brief Commit fusion operation.
    * \param src The source node.
    * \param sink The termination node.
-   * \tparam group the group to be committed.
    * \note sink must be a post-dominator of src.
    */
   void CommitFuse(IndexedForwardGraph::Node* src,
-- 
GitLab