Unverified Commit 8204fe19 authored by Lourens Touwen's avatar Lourens Touwen Committed by GitHub
Browse files

[Example] Super small fix for import in HGL_SP example (#6984)


Co-authored-by: default avatarHongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
parent 8e6cbd62
...@@ -9,10 +9,10 @@ with the same node as end-node in graphs. ...@@ -9,10 +9,10 @@ with the same node as end-node in graphs.
""" """
import dgl import dgl
import torch import torch
from dgl._sparse_ops import _gsddmm, _gspmm
from dgl.backend import astype from dgl.backend import astype
from dgl.base import ALL, is_all from dgl.base import ALL, is_all
from dgl.heterograph_index import HeteroGraphIndex from dgl.heterograph_index import HeteroGraphIndex
from dgl.sparse import _gsddmm, _gspmm
from torch import Tensor from torch import Tensor
from torch.autograd import Function from torch.autograd import Function
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment