• Andrew's avatar
    [Feature] method for merging graphs into graphs (#3522) · 7f83d745
    Andrew authored
    
    
    * Added graph updating method and tests. resolves #3488
    
    * removed spaces around named args
    
    * customizing indices for graph's idtype and ctx
    
    * changing torch ops to generic backend ops
    
    * changing tensors to np arrays
    
    * created dgl merge function and tests
    
    * Changed per-graph edge updates to single ag update
    
    * removed update method and tests
    
    * reformat newlines & spaces
    
    * concatenating in one-shot instead of iteratively
    Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
    Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
    7f83d745
test_merge.py 1.81 KB