Commit d0f5005f authored by rusty1s's avatar rusty1s
Browse files

fix link

parent bb87ec65
import os.path as osp
import torch 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, from .segment_csr import (segment_sum_csr, segment_add_csr, segment_mean_csr,
segment_min_csr, segment_max_csr, segment_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