"tests/python/vscode:/vscode.git/clone" did not exist on "726836976db3a548212aa0e14ca513281ebde998"
Commit d0f5005f authored by rusty1s's avatar rusty1s
Browse files

fix link

parent bb87ec65
import os.path as osp
import torch
torch.ops.load_library('torch_scatter/_C.so')
torch.ops.load_library(osp.join(osp.dirname(osp.abspath(__file__)), '_C.so'))
from .segment_csr import (segment_sum_csr, segment_add_csr, segment_mean_csr,
segment_min_csr, segment_max_csr, segment_csr,
......
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