From 41b9cc70b1c9140294be534c09d1713c3bc748a6 Mon Sep 17 00:00:00 2001 From: Ian Wong Date: Thu, 14 Dec 2017 14:09:49 +0800 Subject: [PATCH] Fix 1923: Use static graph execution when there's no control operation in graph container (#2008) * checkin dynamic graph and static graph * fix compile error * refine graph * meet code review * fix serialize/load test * fix failed unit test * add unit test for dynamic graph * merge duplicate code in graph * fix generateback issue * fix python test * fix style issue * meet code review * use array to cache output instead of hashmap * meet code review * fix a confused part mentioned in code review