1. 08 2月, 2022 23 次提交
  2. 07 2月, 2022 7 次提交
  3. 06 2月, 2022 1 次提交
  4. 04 2月, 2022 2 次提交
  5. 02 2月, 2022 3 次提交
  6. 30 1月, 2022 4 次提交
    • X
      add multinomial probability distribution (#38820) · 01f606b4
      Xiaoxu Chen 提交于
      * add multinomial probability distribution
      * fix categorical sample bug when logits less than zero
      * fix categorical sample can't pass hypothesis test and entropy shape error bug
      01f606b4
    • Z
      geo memory sparse table (#39250) · 9b3b53ba
      zhaocaibei123 提交于
      * geo depends
      
      * add memory geo table
      
      * fix
      9b3b53ba
    • Z
      Add a Sparse OP:sparse_csr_to_coo (#39266) · bafea65c
      zhangkaihuo 提交于
      * dense_to_sparse_coo
      
      * optimize unit testing; support rocm
      
      * 1. delete fluid related header file
      2. update the copyright
      
      * fix hipMemcpy
      
      * update dense_to_sparsecoo
      
      * add namespace sparse
      
      * sparse_csr_to_dense
      
      * test to_sparse_coo: csr_to_coo
      
      * fix writing error
      bafea65c
    • C
      [PTen] Change all InferMeta functions (#39222) · 7e29cea9
      Chen Weihang 提交于
      * change unary infermeta
      
      * change other infermeta
      
      * change all infermeta format
      
      * resolve conflit
      
      * fix test failed
      
      * resolve reshape conflit
      
      * fix compile failed
      
      * adapt auto api gen
      
      * fix reshape failed
      
      * fix concat failed
      
      * resolve conflict
      7e29cea9