Skip to content

Commit 513f730

Browse files
authored
Merge branch 'master' into patch-1
2 parents 3110a9c + 13e7c2f commit 513f730

2 files changed

Lines changed: 139 additions & 144 deletions

File tree

examples/pytorch/hgp_sl/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"""
1010
import dgl
1111
import torch
12+
from dgl._sparse_ops import _gsddmm, _gspmm
1213
from dgl.backend import astype
1314
from dgl.base import ALL, is_all
1415
from dgl.heterograph_index import HeteroGraphIndex
15-
from dgl.sparse import _gsddmm, _gspmm
1616
from torch import Tensor
1717
from torch.autograd import Function
1818

0 commit comments

Comments
 (0)