dmlc--dgl
c3a33407fe
* [WIP] PinSAGE operators * moved the edge remapping mess into C * some docstrings * lint * lint x2 * lint x3 * skip gpu test on topk * extend pinsage to any metapath * lint x4 * addresses #1265 * add always_preserve (fixes #1266) and fix a silly bug * disable gpu test on compaction * lint * fix a horrible bug and add more tests * lint * addresses comments * lint * bugfix * addresses comments Co-authored-by: Minjie Wang <minjie.wang@nyu.edu>
5 行
97 B
Python
5 行
97 B
Python
"""Sampler modules."""
|
|
from .randomwalks import *
|
|
from .pinsage import *
|
|
from .neighbor import *
|