"docs/source/en/using-diffusers/loading.md" did not exist on "0dd8c6b4dbab4069de9ed1cafb53cbd495873879"
  • GaiYu0's avatar
    [API] Graph traversal (#103) · 23191674
    GaiYu0 authored
    * bfs, dfs and topological traversal
    
    * dfs and test cases
    
    * Conflicts:
    	python/dgl/graph.py
    	src/graph/graph.cc
    	src/graph/graph_op.cc
    
    * documentation
    
    * requested changes
    
    * Conflicts:
    	Jenkinsfile
    	examples/pytorch/gcn/gcn.py
    	examples/pytorch/gcn/gcn_spmv.py
    	python/dgl/graph.py
    	python/dgl/graph_index.py
    	src/graph/graph.cc
    	src/graph/graph_op.cc
    
    * Conflicts:
    	Jenkinsfile
    	python/dgl/graph_index.py
    
    * fix lint errors
    
    * fix lint errors
    
    * fix lint errors
    
    * fix test cases
    
    * requested changes
    
    * traversal interface
    
    * [Bug] fixed a typo that caused syntax error (#120)
    
    * WIP
    
    * bfs nodes generator works
    
    * topological traversal
    
    * WIP: dfs_edges
    
    * dfs edges
    
    * dfs labeled edges
    
    * utest for traversal
    
    * fix lint
    
    * fix utest
    
    * code clean
    
    * changes as requested
    23191674
c_api_common.cc 987 Bytes