1. 31 3月, 2020 4 次提交
  2. 30 3月, 2020 8 次提交
  3. 29 3月, 2020 5 次提交
  4. 28 3月, 2020 2 次提交
  5. 27 3月, 2020 6 次提交
  6. 26 3月, 2020 14 次提交
  7. 25 3月, 2020 1 次提交
    • H
      Rename Decorator "dygraph_to_static_graph" to "dygraph_to_static_func" (#23150) · e9b18c74
      Huihuang Zheng 提交于
      This PR does exact the thing as the title. The reason is that we plan to develop 4 decorators
      
      "dygraph_to_static_code"
      "dygraph_to_static_program"
      "dygraph_to_static_func"
      "dygraph_to_static_output"
      
       The 4 decorators will emphasize different part when translating dygraph to static graph. Decorator name "dygraph_to_static_graph" is too big for the function it implements.
      e9b18c74