1. 31 10月, 2019 1 次提交
  2. 29 10月, 2019 3 次提交
    • L
      support Tensor for split and concat, support -1 in num_or_sections, add check... · 6802539a
      liym27 提交于
      support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
      
      * improve split and concat op:
      1. support Tensor for argument 'dim' in split op.
      2. support Tensor for argument 'axis' in concat op.
      test=develop
      
      * redefine function GetDataFromTensor and set unknown output shape to - 1.
      test=develop
      
      * add check: Attr(sections) match Input(X). test=develop
      
      * support Tensor for attr(sections) and attr(sections) can contain -1.
      add check for attr(sections).
      test=develop
      
      * modify error message for concat and call Resize only when necessary. test=develop
      6802539a
    • L
      improve unsqueeze op to support int, Tensor for argument axes (#20824) · 84d221b6
      liym27 提交于
      * improve unsqueeze op to support int, Tensor and Tensor list for argument axes.
      test=develop
      
      * call Resize only when necessary. test=develop
      84d221b6
    • S
      Make shape tensor support int32 (#20757) · 03d7f3dd
      silingtong123 提交于
      *  Make shape tensor support int32
      03d7f3dd
  3. 28 10月, 2019 1 次提交
  4. 24 10月, 2019 1 次提交
  5. 23 10月, 2019 1 次提交
  6. 22 10月, 2019 1 次提交
  7. 18 10月, 2019 1 次提交
  8. 16 10月, 2019 1 次提交
  9. 15 10月, 2019 2 次提交
  10. 14 10月, 2019 2 次提交
  11. 13 10月, 2019 2 次提交
    • G
      Fix basic_gru and docs of gru_unit and dynamic_gru (#19393) · bd99df71
      Guo Sheng 提交于
      * Fix docs of gru_unit and dynamic_gru.
      
      Fix basic_gru in rnn_impl.py.
      
      Add error messages for param_attr setting in layer_norm api.
      
      Add int64 dtype for expand.
      
      test=develop
      
      * Reopen unit-tests of basic_gru/basic_lstm in rnn_impl.py.
      test=develop
      
      * Add unit test for layer_norm api.
      test=develop
      
      * Remove the deprecated gru doc fix. test=develop
      
      * Fix basic_gru test coverage. test=develop
      
      * Update API.spec. test=develop
      
      * Update API.spec. test=develop
      
      * Fix test_basic_gru coverage test. test=develop
      
      * Update test_basic_gru in test_layers to use fluid.data
      test=develop
      
      * Update test_basic_gru for coverage. test=develop
      bd99df71
    • Y
      Refine error message of transpose_op (#20437) · 172e91c0
      Yuan Shuai 提交于
      * Refine error message of transpose.
      * Fix transpose, multiplex, unsqueeze, unstack. test=develop, test=document_preview, test=document_fix
      172e91c0
  12. 12 10月, 2019 9 次提交
  13. 11 10月, 2019 15 次提交