1. 19 4月, 2018 2 次提交
  2. 18 4月, 2018 5 次提交
  3. 17 4月, 2018 7 次提交
  4. 16 4月, 2018 3 次提交
  5. 13 4月, 2018 7 次提交
  6. 12 4月, 2018 2 次提交
  7. 11 4月, 2018 6 次提交
  8. 10 4月, 2018 2 次提交
  9. 09 4月, 2018 2 次提交
  10. 08 4月, 2018 3 次提交
  11. 04 4月, 2018 1 次提交
    • Y
      Fix Leaf Ops in Graph · 27533b64
      Yu Yang 提交于
      All leaves must be variables. When all variables are ready, the
      execution will be completed. If a operator has no output, the `Op::Run`
      might not be started when the execution of graph has been complete.
      27533b64