DGL
0.2.x
Get Started
Install DGL
DGL at a Glance
DGL Basics
PageRank with DGL Message Passing
Batched Graph Classification with DGL
Model Tutorials
Model overview
Graph Neural Network and its variant
Dealing with many small graphs
Generative models
Old (new) wines in new bottle
API Reference
API Reference
Notes
Contribute to DGL
FAQ
Environment Variables
Resources
DGL
Docs
»
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
W
|
Z
_
__contains__() (dgl.DGLGraph method)
__getitem__() (dgl.data.MiniGCDataset method)
(dgl.data.PPIDataset method)
(dgl.data.SST method)
__len__() (dgl.data.MiniGCDataset method)
(dgl.DGLGraph method)
(dgl.data.PPIDataset method)
(dgl.data.SST method)
(dgl.udf.EdgeBatch method)
(dgl.udf.NodeBatch method)
A
add_edge() (dgl.DGLGraph method)
add_edges() (dgl.DGLGraph method)
add_nodes() (dgl.DGLGraph method)
adjacency_matrix() (dgl.DGLGraph method)
all_edges() (dgl.DGLGraph method)
apply_edges() (dgl.DGLGraph method)
apply_nodes() (dgl.DGLGraph method)
B
base_initializer() (in module dgl.init)
batch() (in module dgl)
batch_num_edges (dgl.BatchedDGLGraph attribute)
batch_num_nodes (dgl.BatchedDGLGraph attribute)
batch_size (dgl.BatchedDGLGraph attribute)
batch_size() (dgl.udf.EdgeBatch method)
(dgl.udf.NodeBatch method)
BatchedDGLGraph (class in dgl)
bfs_edges_generator() (in module dgl.traversal)
bfs_nodes_generator() (in module dgl.traversal)
bias (dgl.nn.mxnet.conv.GraphConv attribute)
(dgl.nn.pytorch.conv.GraphConv attribute)
C
check_sha1() (in module dgl.data.utils)
clear() (dgl.DGLGraph method)
copy_edge() (in module dgl.function)
copy_from_parent() (dgl.subgraph.DGLSubGraph method)
copy_src() (in module dgl.function)
copy_to_parent() (dgl.subgraph.DGLSubGraph method)
D
data (dgl.udf.EdgeBatch attribute)
(dgl.udf.NodeBatch attribute)
dfs_edges_generator() (in module dgl.traversal)
dfs_labeled_edges_generator() (in module dgl.traversal)
dgl.function (module)
dgl.init (module)
dgl.nn.mxnet.conv (module)
dgl.nn.pytorch.conv (module)
dgl.nn.pytorch.softmax (module)
dgl.propagate (module)
dgl.transform (module)
dgl.traversal (module)
dgl.udf (module)
DGLGraph (class in dgl)
DGLSubGraph (class in dgl.subgraph)
download() (in module dgl.data.utils)
dst (dgl.udf.EdgeBatch attribute)
E
edata (dgl.DGLGraph attribute)
edge_attr_schemes() (dgl.DGLGraph method)
edge_id() (dgl.DGLGraph method)
edge_ids() (dgl.DGLGraph method)
edge_subgraph() (dgl.DGLGraph method)
edges (dgl.DGLGraph attribute)
edges() (dgl.udf.EdgeBatch method)
EdgeSoftmax (class in dgl.nn.pytorch.softmax)
extract_archive() (in module dgl.data.utils)
F
filter_edges() (dgl.DGLGraph method)
filter_nodes() (dgl.DGLGraph method)
find_edges() (dgl.DGLGraph method)
forward() (dgl.nn.mxnet.conv.GraphConv method)
(dgl.nn.pytorch.conv.GraphConv method)
(dgl.nn.pytorch.softmax.EdgeSoftmax method)
from_networkx() (dgl.DGLGraph method)
from_scipy_sparse_matrix() (dgl.DGLGraph method)
G
get_download_dir() (in module dgl.data.utils)
GraphConv (class in dgl.nn.mxnet.conv)
(class in dgl.nn.pytorch.conv)
group_apply_edges() (dgl.DGLGraph method)
H
has_edge_between() (dgl.DGLGraph method)
has_edges_between() (dgl.DGLGraph method)
has_node() (dgl.DGLGraph method)
has_nodes() (dgl.DGLGraph method)
I
in_degree() (dgl.DGLGraph method)
in_degrees() (dgl.DGLGraph method)
in_edges() (dgl.DGLGraph method)
incidence_matrix() (dgl.DGLGraph method)
is_multigraph (dgl.DGLGraph attribute)
L
line_graph() (dgl.DGLGraph method)
(in module dgl.transform)
M
mailbox (dgl.udf.NodeBatch attribute)
map_to_subgraph_nid() (dgl.subgraph.DGLSubGraph method)
max() (in module dgl.function)
max_edges() (in module dgl)
max_nodes() (in module dgl)
mean_edges() (in module dgl)
mean_nodes() (in module dgl)
MiniGCDataset (class in dgl.data)
N
ndata (dgl.DGLGraph attribute)
NeighborSampler() (in module dgl.contrib.sampling.sampler)
node_attr_schemes() (dgl.DGLGraph method)
nodes (dgl.DGLGraph attribute)
nodes() (dgl.udf.NodeBatch method)
num_classes (dgl.data.MiniGCDataset attribute)
number_of_edges() (dgl.DGLGraph method)
number_of_nodes() (dgl.DGLGraph method)
O
out_degree() (dgl.DGLGraph method)
out_degrees() (dgl.DGLGraph method)
out_edges() (dgl.DGLGraph method)
P
parent_eid (dgl.subgraph.DGLSubGraph attribute)
parent_nid (dgl.subgraph.DGLSubGraph attribute)
PPIDataset (class in dgl.data)
predecessors() (dgl.DGLGraph method)
prop_edges() (dgl.DGLGraph method)
(in module dgl.propagate)
prop_edges_dfs() (in module dgl.propagate)
prop_nodes() (dgl.DGLGraph method)
(in module dgl.propagate)
prop_nodes_bfs() (in module dgl.propagate)
prop_nodes_topo() (in module dgl.propagate)
pull() (dgl.DGLGraph method)
push() (dgl.DGLGraph method)
R
readonly() (dgl.DGLGraph method)
recv() (dgl.DGLGraph method)
register_apply_edge_func() (dgl.DGLGraph method)
register_apply_node_func() (dgl.DGLGraph method)
register_message_func() (dgl.DGLGraph method)
register_reduce_func() (dgl.DGLGraph method)
reset_parameters() (dgl.nn.pytorch.conv.GraphConv method)
reverse() (dgl.DGLGraph method)
(in module dgl.transform)
S
send() (dgl.DGLGraph method)
send_and_recv() (dgl.DGLGraph method)
set_e_initializer() (dgl.DGLGraph method)
set_n_initializer() (dgl.DGLGraph method)
src (dgl.udf.EdgeBatch attribute)
src_mul_edge() (in module dgl.function)
SST (class in dgl.data)
subgraph() (dgl.DGLGraph method)
subgraphs() (dgl.DGLGraph method)
successors() (dgl.DGLGraph method)
sum() (in module dgl.function)
sum_edges() (in module dgl)
sum_nodes() (in module dgl)
T
to_networkx() (dgl.DGLGraph method)
topological_nodes_generator() (in module dgl.traversal)
U
unbatch() (in module dgl)
update_all() (dgl.DGLGraph method)
W
weight (dgl.nn.mxnet.conv.GraphConv attribute)
(dgl.nn.pytorch.conv.GraphConv attribute)
Z
zero_initializer() (in module dgl.init)
Read the Docs
v: 0.2.x
Versions
latest
0.2.x
0.1.x
Downloads
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.