Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmyws authored Feb 14, 2024
2 parents 3110a9c + 13e7c2f commit 513f730
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 144 deletions.
2 changes: 1 addition & 1 deletion examples/pytorch/hgp_sl/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"""
import dgl
import torch
from dgl._sparse_ops import _gsddmm, _gspmm
from dgl.backend import astype
from dgl.base import ALL, is_all
from dgl.heterograph_index import HeteroGraphIndex
from dgl.sparse import _gsddmm, _gspmm
from torch import Tensor
from torch.autograd import Function

Expand Down
Loading

0 comments on commit 513f730

Please sign in to comment.