1. 11 7月, 2017 1 次提交
    • Y
      Fix slow parsing a recursive depends topology · 313e9f55
      Yu Yang 提交于
      * Fix  #2797
      * It because trainer_config_helpers' __dfs_travel__ did not record the
        node which travelled, and if the topology has a recursive dependency,
        there are some nodes will be travelled multiple times.
      * Add a `travelled` set to record which node is travelled.
      * Also add a unittest for this situation.
      313e9f55
  2. 15 5月, 2017 1 次提交
  3. 17 3月, 2017 1 次提交
  4. 07 11月, 2016 1 次提交