DGL
0.1.x
Get Started
Install DGL
Tutorials
Basic Tutorials
Graph-based Neural Network Models
API Reference
API Reference
FAQ
Environment Variables
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
|
Z
_
__contains__() (dgl.DGLGraph method)
__getitem__() (dgl.data.SST method)
__len__() (dgl.data.SST method)
(dgl.DGLGraph 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)
C
check_sha1() (in module dgl.data.utils)
clear() (dgl.DGLGraph method)
copy_edge() (in module dgl.function)
copy_src() (in module dgl.function)
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.propagate (module)
dgl.traversal (module)
dgl.udf (module)
DGLGraph (class in dgl)
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)
extract_archive() (in module dgl.data.utils)
F
filter_edges() (dgl.DGLGraph method)
filter_nodes() (dgl.DGLGraph method)
find_edges() (dgl.DGLGraph method)
from_networkx() (dgl.DGLGraph method)
from_scipy_sparse_matrix() (dgl.DGLGraph method)
G
get_download_dir() (in module dgl.data.utils)
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)
M
mailbox (dgl.udf.NodeBatch attribute)
max() (in module dgl.function)
mean_edges() (in module dgl)
mean_nodes() (in module dgl)
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)
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
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
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)
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)
Z
zero_initializer() (in module dgl.init)
Read the Docs
v: 0.1.x
Versions
latest
0.1.x
Downloads
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.