1. 10 1月, 2022 10 次提交
  2. 07 1月, 2022 10 次提交
  3. 06 1月, 2022 18 次提交
  4. 05 1月, 2022 2 次提交
    • L
      optimize elementwise_mul_grad using new interfaces (#37728) · 36a102f8
      Lijunhui 提交于
      * init commit: new elem_mul_grad
      
      * add template speciallization for complex in multiply
      
      * reply review comments
      
      * correct dx and dy computation when T is complex
      
      * reply review comments
      
      * update to new ReduceRunctor
      
      * mul-output broadcast
      
      * call functions
      
      * call functions with comments
      
      * remove comments
      36a102f8
    • F
      Fix bug for UT GetAllocatorInterfaceTest (#38720) · 905c8022
      From00 提交于
      * Fix bug of GetAllocatorInterfaceTest
      
      * Replace some shared_ptr with unique_ptr
      
      * Change Alloc call
      905c8022