[moco-tf] Fix seg fault with LOG enabled (#6155)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 2 Aug 2019 07:50:11 +0000 (16:50 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 2 Aug 2019 07:50:11 +0000 (16:50 +0900)
This will fix segment fault when run with LOG enabled

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/moco-tf/src/TFFormattedGraph.cpp

index bfec20a..959be64 100644 (file)
@@ -63,7 +63,7 @@ protected:
 class TFNodeSummaryBuilder final : public TFNodeSummaryBuilderBase
 {
 public:
-  TFNodeSummaryBuilder(const locop::SymbolTable *tbl) : TFNodeSummaryBuilderBase(_tbl)
+  TFNodeSummaryBuilder(const locop::SymbolTable *tbl) : TFNodeSummaryBuilderBase(tbl)
   {
     // DO NOTHING
   }