1. 12 Jan, 2023 1 commit
  2. 08 Jan, 2023 1 commit
  3. 06 Jan, 2023 4 commits
  4. 03 Jan, 2023 3 commits
  5. 29 Dec, 2022 3 commits
  6. 28 Dec, 2022 3 commits
  7. 27 Dec, 2022 1 commit
  8. 24 Dec, 2022 1 commit
  9. 22 Dec, 2022 1 commit
  10. 21 Dec, 2022 2 commits
  11. 20 Dec, 2022 1 commit
  12. 15 Dec, 2022 1 commit
  13. 12 Dec, 2022 2 commits
  14. 09 Dec, 2022 1 commit
  15. 07 Dec, 2022 2 commits
  16. 05 Dec, 2022 2 commits
  17. 01 Dec, 2022 1 commit
  18. 29 Nov, 2022 1 commit
  19. 28 Nov, 2022 1 commit
  20. 27 Nov, 2022 1 commit
  21. 20 Nov, 2022 1 commit
  22. 17 Nov, 2022 1 commit
  23. 16 Nov, 2022 1 commit
  24. 14 Nov, 2022 1 commit
  25. 07 Nov, 2022 1 commit
    • czkkkkkk's avatar
      [Sparse] Add sparse matrix C++ implementation (#4773) · 7c059e86
      czkkkkkk authored
      * [Sparse] Add sparse matrix C++ implementation
      
      * Add documentation
      
      * Update
      
      * Minor fix
      
      * Move Python code to dgl/mock_sparse2
      
      * Move headers to include
      
      * lint
      
      * Update
      
      * Add dgl_sparse directory
      
      * Move src code to dgl_sparse
      
      * Add __init__.py in tests to avoid naming conflict
      
      * Add dgl sparse so in Jenkinsfile
      
      * Complete docstring & SparseMatrix basic op
      
      * lint
      
      * Disable win tests
      7c059e86
  26. 04 Nov, 2022 1 commit
  27. 02 Nov, 2022 1 commit
    • ZhenyuLU_Heliodore's avatar
      [NN] Add DegreeEncoder for graph transformer (#4742) · 9d9280cb
      ZhenyuLU_Heliodore authored
      
      
      * Add files via upload
      
      This file will contain several utility modules for Graph Transformer. DegreeEncoder has been implemented in this file now.
      
      * Update graph_transformer.py
      
      * Update nn-pytorch.rst
      
      Add graph_transformer.DegreeEncoder in Utility Modules
      
      * Update test_nn.py
      
      * Update __init__.py
      
      * Update graph_transformer.py
      
      * Update test_nn.py
      
      * Update graph_transformer.py
      
      fix unused import
      
      * Update graph_transformer.py
      
      add module doc-string
      
      * Update graph_transformer.py
      
      * Update graph_transformer.py
      Co-authored-by: default avatarrudongyu <ru_dongyu@outlook.com>
      9d9280cb