Updating addStage function declaration of Iplanbuilder (#3355)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Mon, 29 Oct 2018 02:10:59 +0000 (07:40 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 29 Oct 2018 02:10:59 +0000 (11:10 +0900)
This patch updates the declaration of addStage function of Iplanbuilder and it's associated comments.
Due to ambiguous 's' in doxygen comment, this change is made.

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc

index 429ff35..196451c 100644 (file)
@@ -363,10 +363,10 @@ struct IPlanBuilder
                               const Initializer &initializer) = 0;
   /**
    * @brief  Add Stage lambda with IAllocationContext and IExecutionBuilder params
-   * @param [in] s  Stage to add
+   * @param [in] stage Stage to add
    * @return  N/A
    */
-  virtual void addStage(const Stage &) = 0;
+  virtual void addStage(const Stage &stage) = 0;
 };
 
 //