1. 21 7月, 2020 3 次提交
  2. 17 7月, 2020 1 次提交
  3. 15 7月, 2020 2 次提交
    • S
      fix logical_* ops' doc (#25479) · 71c71e68
      Shibo Tao 提交于
      * fix doc of logical_* op.
      
      * fix doc of op pow.
      
      * fix comment syntax error9D
      
      * fix operator reciprocal demo.
      
      * fix logical_* ops' doc. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      71c71e68
    • S
      fix reciprocal op doc(#25498) · a2f141c0
      Shibo Tao 提交于
      a2f141c0
  4. 14 7月, 2020 2 次提交
  5. 12 7月, 2020 1 次提交
  6. 10 7月, 2020 1 次提交
  7. 08 7月, 2020 1 次提交
    • C
      fix instance norm in dy (#24717) · 52be62c5
      ceci3 提交于
      * fix bn & in in dy, test=develop
      
      * update instance_norm,test=develop
      
      * fix bugs,test=develop
      
      * add more case in unittest,test=develop
      
      * fix,test=develop
      
      * fix,test=develop
      52be62c5
  8. 07 7月, 2020 2 次提交
  9. 06 7月, 2020 1 次提交
  10. 03 7月, 2020 1 次提交
  11. 02 7月, 2020 2 次提交
  12. 01 7月, 2020 1 次提交
  13. 30 6月, 2020 1 次提交
  14. 18 6月, 2020 2 次提交
  15. 17 6月, 2020 1 次提交
  16. 12 6月, 2020 1 次提交
  17. 11 6月, 2020 1 次提交
    • L
      [Dy2Static]Convert var.shape stmt and Convert the return variables of... · f16e2778
      liym27 提交于
      [Dy2Static]Convert var.shape stmt and Convert the return variables of Tensor-dependent 'if' staments to Tensor if it not  (#24911)
      
      * Support int and long: int or long -> six.integer_types. 
      
      * Modify test_tensor_shape: fix bug and modify comment. 
      
      * Support convert_var_shape to convert var.shape stmt
      
      * Modify code in ifelse_simple_func.py because don't support return non-Tensor in Tensor-dependent 'if' stament currently. 
      
      * Convert the return variables of Tensor-dependent 'if' staments to Tensor if it not. test=develop
      f16e2778
  18. 09 6月, 2020 1 次提交
  19. 08 6月, 2020 1 次提交
    • A
      Support LoDTensorArray in reverse_op (#24797) · 6be0ee15
      Aurelius84 提交于
      * Support LoDTensorArray in reverse_op test=develop
      
      * polish en doc and unittest code test=develop
      
      * refine sample code test=develop
      
      * add example of LoDTensorArray test=develop
      
      * fix typo test=develop
      6be0ee15
  20. 05 6月, 2020 2 次提交
  21. 04 6月, 2020 1 次提交
  22. 26 5月, 2020 1 次提交
  23. 25 5月, 2020 2 次提交
  24. 21 5月, 2020 1 次提交
  25. 20 5月, 2020 1 次提交
  26. 19 5月, 2020 1 次提交
  27. 18 5月, 2020 1 次提交
  28. 15 5月, 2020 3 次提交
    • L
      API(dynamic_gru, chunk_eval, BeamSearchDecoder) error message enhancement (#24513) · fff9faae
      liu zhengxi 提交于
      * dynamic_gru err_msg enhancement, test=develop
      
      * chunk_eval err_msg enhancement and fix crf_decoding output type, test=develop
      
      * BeamSearchDecoder err msg enhancement, test=develop
      
      * fix doc for chunk_eval, test=develop
      
      * refine lod err msg for chunk_eval, test=develop
      fff9faae
    • L
      Support int32 int64 and fix bug (#24407) · 615a8bfc
      liym27 提交于
      * Compatible int32 and int64 for attr in op slice/strided_slice. test=develop
      
      * Polish code in nn.py  test=develop
      
      * Fix bug: set the same dtype for the inputs of elementwise_add. test=develop
      
      * Convert int32 to int64 in slice op to avoid data overflow. test=develop
      
      * Convert int32 to int64 in strided_slice_op to avoid data overflow. test=develop
      615a8bfc
    • L
      Improving error reporting messages for ops (#24438) · a13a4dbc
      lilong12 提交于
      * improve error reporting message
      a13a4dbc
  29. 14 5月, 2020 1 次提交