Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
781b9cec
Unverified
Commit
781b9cec
authored
Jul 02, 2020
by
Chao Ma
Committed by
GitHub
Jul 02, 2020
Browse files
[Fix] Add RangePartitionBook to __init__ (#1738)
* update * update
parent
da16ebf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/distributed/__init__.py
python/dgl/distributed/__init__.py
+1
-1
No files found.
python/dgl/distributed/__init__.py
View file @
781b9cec
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
from
.dist_graph
import
DistGraphServer
,
DistGraph
,
node_split
,
edge_split
from
.dist_graph
import
DistGraphServer
,
DistGraph
,
node_split
,
edge_split
from
.partition
import
partition_graph
,
load_partition
,
load_partition_book
from
.partition
import
partition_graph
,
load_partition
,
load_partition_book
from
.graph_partition_book
import
GraphPartitionBook
,
PartitionPolicy
from
.graph_partition_book
import
GraphPartitionBook
,
RangePartitionBook
,
PartitionPolicy
from
.rpc
import
*
from
.rpc
import
*
from
.rpc_server
import
start_server
from
.rpc_server
import
start_server
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment