1. 23 2月, 2012 9 次提交
  2. 22 2月, 2012 30 次提交
  3. 21 2月, 2012 1 次提交
    • Pascal Lamblin's avatar
      Use the maximum graph size in max_use_ratio · e5216440
      Pascal Lamblin 提交于
      Instead of using current size of the graph, use the size the graph had
      at its largest. This enables optimizations like constant-folding to
      reduce greatly the total number of nodes in the graph without triggering
      an error.
      e5216440