1. 26 1月, 2021 2 次提交
    • J
      Added vanilla LSTM and LSTM with peepholes oneDNN fp32 kernel (#30661) · d834f4e6
      jakpiase 提交于
      * added external reorder to profiler
      
      * resolved conflict
      
      * added enable_static
      
      * initial version of lstm, not working yet
      
      * added lstm to operators.cmake
      
      * added vanilla lstm mkldnn op
      
      * added peephole weights integration
      
      * minor changes
      
      * added formatting
      
      * added fusion_lstm_mkldnn to static_whitelist
      
      * added formatting
      
      * removed comment
      
      * moved use_peepholes attribute inside is_cached block
      
      * reverted wrong changes
      
      * minor formatting change
      
      * minor changes
      d834f4e6
    • L
      polish printing dtype (#30682) · 1a13626f
      Leo Chen 提交于
      * polish printing dtype
      
      * fix special case
      1a13626f
  2. 25 1月, 2021 2 次提交
  3. 22 1月, 2021 1 次提交
  4. 21 1月, 2021 2 次提交
  5. 20 1月, 2021 7 次提交
  6. 19 1月, 2021 6 次提交
  7. 18 1月, 2021 8 次提交
  8. 17 1月, 2021 1 次提交
  9. 15 1月, 2021 3 次提交
    • P
      Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103) · 13d75736
      pangyoki 提交于
      * add view strategy on squeeze,unsqueeze,reshape,flatten
      
      * add squeeze unittest
      
      * add unittests
      
      * use View strategy as name rather than Reuse Allacation
      
      * fix view api doc
      
      * fix format
      
      * use core.ops when input of reshape2 is Tensor
      
      * fix test_cross_entropy_loss error because of reshape2
      
      * fix test_cross_entropy_loss error because of reshape2
      
      * add inplace strategy
      
      * add elementwise_add sub
      
      * let backward op not use inplace
      
      * grad op do not use inplace
      
      * fix memory increase error and add leaf error message
      
      * delete selected_rows
      
      * change op_function
      
      * little change
      
      * solve HandleViewBetweenInputAndOutput
      
      * add unittest and leaf error message
      
      * merge view error
      
      * optimize op_function_generator format and support sum inplace op
      
      * fix format of basic_engine
      
      * fix format for framework
      
      * little change of variable wrapper
      
      * add reshape, squeeze, unsqueeze, scatter api
      
      * add relu elu tanh softmax inplace api
      
      * fix test_squeeze_op unittest
      
      * fix test_relu_op unittest
      
      * fix comment problems
      
      * delete sample code of inplace api
      
      * add reference of grad_pending_nodes in basic_engine
      
      * fix unittest name
      
      * add inplace apis into wlist
      
      * fix error message
      
      * add PADDLE_ENFORCE for set grad op twice
      
      * fix head file error
      13d75736
    • W
      perfect 'var_list' of static.load/fluid.load (#30457) · e5bb4edb
      WeiXin 提交于
      e5bb4edb
    • 1
      test=develop, fix fleet.metric (#30438) · 05f06d9a
      123malin 提交于
      * test=develop, fix fleet.metrics(mse, rmse, mae)
      05f06d9a
  10. 14 1月, 2021 3 次提交
  11. 13 1月, 2021 4 次提交
  12. 12 1月, 2021 1 次提交