1. 16 7月, 2020 5 次提交
    • S
      delete mul op. (#25499) · 6602ccf4
      Shibo Tao 提交于
      * delete mul op. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      6602ccf4
    • W
      Fix log1p (#25488) · 73409d50
      WuHaobo 提交于
      73409d50
    • H
      Add Support for SelectedRows for Transpose OP and Fix a Bug That SelectedRows... · d8fe517b
      Huihuang Zheng 提交于
      Add Support for SelectedRows for Transpose OP and Fix a Bug That SelectedRows Cannot be Supported in SimNet (#25536)
      
      This PR fixes a bug that SelectedRows cannot be supported in SimNet. The reason of this bug is that dygraph basic_engine didn't copy var's type when the var needs to be accumulated during backward. So when a var is SelectedRows and needs to be accumulated, like SimNet which calls net for two times, the var's type will be changed to default LoDTensor thus bug happens. To fix it, we just also copy the type.
      
      Without this PR, the accumulated SelectedRows parameters in dygraph will be changed into LoDTensor. So when we fixed the bug of supporting SelectedRows in SimNet, we found `test_imperative_lod_tensor_to_selected_rows` failed and threw the error that SelectedRows was not supported for Transpose OP. To fix it, too, this PR also added support for SelectedRows for Transpose OP.
      d8fe517b
    • L
    • A
      [Dy2Stat] Remove op call stack in PartialProgram (#25420) · cf3c51a6
      Aurelius84 提交于
      * remove op call stack test=develop
      
      * fix typo test=develop
      cf3c51a6
  2. 15 7月, 2020 9 次提交
  3. 14 7月, 2020 7 次提交
  4. 13 7月, 2020 9 次提交
  5. 12 7月, 2020 1 次提交
  6. 11 7月, 2020 1 次提交
  7. 10 7月, 2020 3 次提交
  8. 09 7月, 2020 5 次提交