1. 05 6月, 2023 1 次提交
  2. 03 6月, 2023 1 次提交
  3. 02 6月, 2023 2 次提交
  4. 01 6月, 2023 1 次提交
  5. 31 5月, 2023 1 次提交
  6. 30 5月, 2023 3 次提交
  7. 23 5月, 2023 1 次提交
  8. 17 5月, 2023 1 次提交
  9. 16 5月, 2023 1 次提交
  10. 18 4月, 2023 1 次提交
  11. 17 4月, 2023 1 次提交
  12. 04 4月, 2023 1 次提交
  13. 27 3月, 2023 1 次提交
  14. 15 3月, 2023 1 次提交
    • HappyHeavyRain's avatar
      Move the "GetExpectedKernelType" into "get_expected_kernel_func.cc" (#51453) · f0db1f7e
      HappyHeavyRain 提交于
      * test_get_kernel
      
      * add invoke signature
      
      * change reduce_max
      
      * change frobenius_norm
      
      * reset reduce_max according to composite and change reduce_all
      
      * fix the bug when Scalar(*)
      
      * fix 'scalar when support_tensor'
      
      * change code according to review
      
      * change 'keep_signature' to 'manual_signature' and add some erro info
      f0db1f7e
  15. 21 2月, 2023 1 次提交
    • HappyHeavyRain's avatar
      Support bw invoke fw (#50260) · d8845735
      HappyHeavyRain 提交于
      * support bw invoke fw
      
      * fix scale in static_backward.yaml
      
      * fix the bug in tensorrt/convert
      
      * move 'scale','sign' into ops.yaml
      
      * add scale_grad of scale in op_compat.yaml
      
      * change generated_static_op in CMakeLists.txt
      d8845735