1. 21 5月, 2020 1 次提交
  2. 20 5月, 2020 7 次提交
  3. 19 5月, 2020 8 次提交
  4. 18 5月, 2020 4 次提交
  5. 16 5月, 2020 1 次提交
  6. 15 5月, 2020 4 次提交
  7. 14 5月, 2020 10 次提交
  8. 13 5月, 2020 1 次提交
  9. 12 5月, 2020 4 次提交
    • M
      !108 Graph Optimization on UI · bc6e8af4
      mindspore-ci-bot 提交于
      Merge pull request !108 from 潘慧/graph
      bc6e8af4
    • W
      7e17d6ff
    • M
      !104 Optimize graph visual to support big graph · 52626ef3
      mindspore-ci-bot 提交于
      Merge pull request !104 from ougongchang/optimize_graph
      52626ef3
    • O
      1. Complete the optimization of the graph code · f59d1798
      ougongchang 提交于
      2. Optimize the python api of graph and graph_processor
      3. delete unconnected const and parameter nodes
      4. fix subnode count bug and fix name scope node have not input and output bug
      5. add cyclic graph and high degree graph json file
      6. update parameter node to polymeric scope node
      7. delele all deepcopy to improve performance
      8. add data type and update the attribute scope of edge to independtend_layout
      9. add add_parameter_nodes function
      10. delete scope attribute in input and optimiza code
      11. parse parameter data type and shape
      12. fix ut and st for graph
      13. fix pylint
      14. fix pylint arguments-differ
      15. add scope proxy node instead of node
      f59d1798