1. 27 9月, 2022 1 次提交
    • Z
      [cherry-pick] clear extra attrs of some ops in OpMaker (#45845, #45984, 46060) (#46218) · 0cc2251f
      zyfncg 提交于
      * Clear extra attrs of elementwise op in OpMaker (#45845)
      
      * clear extra attrs of elementwise op in opmaker
      
      * fix op_debug_string_test
      
      * fix bug of grad_add
      
      * fix sort of runtime attrs
      
      * Clear extra attrs of scale in OpMaker (#45984)
      
      * clear extra attr of scale in opmaker
      
      * fix sum bug
      
      * fix merge conflict
      
      * fix minus
      
      * Clear extra attributes of some Op in OpMaker (Part4) (#46060)
      
      * clear extra attr of some ops in opmaker
      
      * revert clear use_cudnn for pool
      
      * fix test_operator_desc
      
      * fix Attr interface of OperatorBase
      
      * fix code stype
      0cc2251f
  2. 20 9月, 2022 3 次提交
  3. 19 9月, 2022 1 次提交
    • C
      (cherry-pick)support some op backward refuse forward (#46201) · adab3c59
      Charles-hit 提交于
      * add unit test for sum higher level op (#45961)
      
      * support slice op backward refuse forward and add high level unit test (#45960)
      
      * support tile op backward refuse forward (#45942)
      
      * support expand_v2 op backward refuse forward (#45941)
      
      * support concat backward refuse forward (#45940)
      adab3c59
  4. 16 9月, 2022 1 次提交
  5. 09 9月, 2022 1 次提交
  6. 07 9月, 2022 3 次提交
  7. 06 9月, 2022 3 次提交
  8. 05 9月, 2022 4 次提交
  9. 02 9月, 2022 3 次提交
  10. 31 8月, 2022 5 次提交
  11. 30 8月, 2022 8 次提交
  12. 29 8月, 2022 3 次提交
    • C
      support backward refuse forward dygraph (#45250) · 7cf7084b
      Charles-hit 提交于
      * support refuse forward dygraph
      
      * modify backward api exponential__grad yaml
      
      * remove print code
      
      * 当反向复用前向时进行需不需要更高阶的反向判断,如果不需要调用c++ api,需要的话则调用前向动态图生成反向节点
      
      * fix some backward bugs
      
      * modify the generated dygraph function name
      7cf7084b
    • A
      [OpAttr]num_rows/num_colums of eye support Tensor type (#45427) · b93b710a
      Aurelius84 提交于
      * [OpAttr]num_rows/num_colums of eye support Tensor type
      
      * fix attr cast with long type
      b93b710a
    • H
      [phi] Transfer merged_adam yaml to phi (#45367) · b4f74eed
      HongyuJia 提交于
      * add legacy_api.yaml
      
      * set merged_momentum inplace only
      
      * support inplace optional<vector<tensor>>
      
      * add dygraph_mode api
      
      * add merged_adam yaml
      
      * add merged_adam python api
      
      * change testcase of merged_adam and adam
      
      * fix import of test_merged_adam_op
      b4f74eed
  13. 25 8月, 2022 4 次提交