MCPcopy Create free account

hub / github.com/alibaba/euler / functions

Functions1,991 in github.com/alibaba/euler

↓ 1 callersMethodagg
(self, inputs)
tf_euler/python/utils/encoders.py:752
↓ 1 callersMethodaggregate
(self, inputs)
tf_euler/python/utils/aggregators.py:66
↓ 1 callersMethodapply_edge
(self, x_j, norm_i, norm_j)
tf_euler/python/convolution/tag_conv.py:61
↓ 1 callersMethodapply_edge
(self, x_i, x_j, edge_index_i, size_i)
tf_euler/python/convolution/gat_conv.py:66
↓ 1 callersMethodapply_edge
(self, x_j, norm_i, norm_j)
tf_euler/python/convolution/appnp_conv.py:54
↓ 1 callersMethodapply_edge
(self, edge_index_i, x_j, norm_i, norm_j, num_nodes)
tf_euler/python/convolution/agnn_conv.py:49
↓ 1 callersMethodapply_edge
(self, x_j)
tf_euler/python/convolution/sage_conv.py:40
↓ 1 callersMethodapply_edge
(self, x_j, norm_i, norm_j)
tf_euler/python/convolution/sgcn_conv.py:60
↓ 1 callersMethodapply_edge
(self, x_j)
tf_euler/python/convolution/gated_graph_conv.py:59
↓ 1 callersMethodapply_edge
(self, x_j, norm_i, norm_j, t)
tf_euler/python/convolution/arma_conv.py:67
↓ 1 callersMethodapply_edge
(self, x_i, x_j, norm_i, norm_j)
tf_euler/python/convolution/dna_conv.py:165
↓ 1 callersMethodapply_edge
(self, x_j, norm_i, norm_j)
tf_euler/python/convolution/gcn_conv.py:50
↓ 1 callersMethodapply_edge
(self, x_j, edge_attr)
tf_euler/python/convolution/relation_conv.py:63
↓ 1 callersMethodapply_edge
(self, x_j)
tf_euler/python/convolution/gin_conv.py:53
↓ 1 callersMethodapply_edge
(self, x_j)
tf_euler/python/convolution/graph_conv.py:42
↓ 1 callersMethodapply_edge
(self, x_j)
tf_euler/python/convolution/conv.py:49
↓ 1 callersMethodapply_node
(self, aggr_out, x)
tf_euler/python/convolution/gat_conv.py:74
↓ 1 callersMethodapply_node
(self, aggr_out, x)
tf_euler/python/convolution/appnp_conv.py:57
↓ 1 callersMethodapply_node
(self, aggr_out, x)
tf_euler/python/convolution/sage_conv.py:43
↓ 1 callersMethodapply_node
(self, aggr_out, origin, t)
tf_euler/python/convolution/arma_conv.py:72
↓ 1 callersMethodapply_node
(self, aggr_out)
tf_euler/python/convolution/gcn_conv.py:53
↓ 1 callersMethodapply_node
(self, x, aggr_out)
tf_euler/python/convolution/relation_conv.py:72
↓ 1 callersMethodapply_node
(self, aggr_out, x)
tf_euler/python/convolution/gin_conv.py:56
↓ 1 callersMethodapply_node
(self, aggr_out, x)
tf_euler/python/convolution/graph_conv.py:45
↓ 1 callersMethodattention
(self, query, key, value)
tf_euler/python/convolution/dna_conv.py:115
↓ 1 callersMethodbuild
(self, input_shape)
tf_euler/python/utils/layers.py:49
↓ 1 callersMethodbuild
(self)
tf_euler/python/convolution/relation_conv.py:44
↓ 1 callersFunctionbuild_index
(embedding)
knn/knn.py:35
↓ 1 callersMethodcalculate_conv
(self, conv, inputs, edge_index, size=None, edge_attr=None)
tf_euler/python/mp_utils/graph_gnn.py:81
↓ 1 callersMethodcalculate_conv
(self, conv, inputs, edge_index, size=None, edge_attr=None, edge_weight=None)
tf_euler/python/mp_utils/group_gnn.py:79
↓ 1 callersMethodcalculate_energy
(self, src_emb, dst_emb, neg_emb, rel_emb)
examples/TransX/transX.py:105
↓ 1 callersMethodcalculate_energy
(self, src_emb, dst_emb, neg_emb, rel_emb)
examples/distmult/distmult.py:99
↓ 1 callersMethodcall
(self, inputs)
tf_euler/python/utils/layers.py:52
↓ 1 callersMethodcompletion_queue
euler/client/completion_queue_pool.h:70
↓ 1 callersMethodconvert2euler
(self, convert_dir, out_dir)
tf_euler/python/dataset/base_dataset.py:107
↓ 1 callersMethodconvert2json
(self, origin_dir, out_dir)
tf_euler/python/dataset/base_dataset.py:104
↓ 1 callersMethodcreate_sparse_embeddings
(feature_dims)
tf_euler/python/utils/encoders.py:834
↓ 1 callersMethoddecoder
(self, embedding, embedding_pos, embedding_negs)
examples/dgi/dgi.py:40
↓ 1 callersFunctiondefine_network_flags
()
examples/solution/run_solution.py:31
↓ 1 callersFunctiondefine_network_flags
()
examples/gat/run_gat.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/gae/run_vgae.py:29
↓ 1 callersFunctiondefine_network_flags
()
examples/gae/run_gae.py:29
↓ 1 callersFunctiondefine_network_flags
()
examples/fastgcn/run_fastgcn.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/gin/run_gin.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/graphsage/run_graphsage.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/appnp/run_appnp.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/sgcn/run_sgcn.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/rgcn/run_rgcn.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/deepwalk/run_deepwalk.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/arma/run_arma.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/adaptivegcn/run_adaptivegcn.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/TransX/run_transH.py:26
↓ 1 callersFunctiondefine_network_flags
()
examples/TransX/run_transD.py:26
↓ 1 callersFunctiondefine_network_flags
()
examples/TransX/run_transR.py:26
↓ 1 callersFunctiondefine_network_flags
()
examples/TransX/run_transE.py:26
↓ 1 callersFunctiondefine_network_flags
()
examples/tagcn/run_tagcn.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/agnn/run_agnn.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/dgi/run_dgi.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/geniepath/run_geniepath.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/lgcn/run_lgcn.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/dna/run_dna.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/graphgcn/run_graphgcn.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/set2set/run_set2set.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/gated_graph/run_gated_graph.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/distmult/run_distmult.py:26
↓ 1 callersFunctiondefine_network_flags
()
examples/line/run_line.py:30
↓ 1 callersFunctiondefine_network_flags
()
examples/gcn/run_gcn.py:30
↓ 1 callersMethoddo
(self)
euler/tools/json2partdat.py:65
↓ 1 callersMethoddo
(self)
euler/tools/json2partindex.py:64
↓ 1 callersMethoddownload_data
(self, source_url, out_dir)
tf_euler/python/dataset/base_dataset.py:101
↓ 1 callersMethoddst
euler/core/dag/edge.h:31
↓ 1 callersFunctionedgeIdHash
(src_id, dst_id, etype)
euler/tools/util.py:30
↓ 1 callersMethodedges
euler/core/dag/dag.h:48
↓ 1 callersMethodembed
(self, n_id)
tf_euler/python/solution/base_supervise.py:40
↓ 1 callersMethodembed
(self, n_id)
tf_euler/python/solution/base_sample.py:47
↓ 1 callersMethodembed
(self, n_id)
tf_euler/python/mp_utils/base_graph.py:28
↓ 1 callersMethodembed
(self, n_id)
tf_euler/python/mp_utils/base.py:32
↓ 1 callersMethodembed
(self, n_id)
examples/rgcn/rgcn.py:97
↓ 1 callersFunctionembedding_update
(params, ids, values, partition_strategy='mod',
tf_euler/python/utils/embedding.py:24
↓ 1 callersMethodevaluate_model_init
(self, model, features, mode, params)
euler_estimator/python/base_estimator.py:64
↓ 1 callersMethodfm
(self, hidden)
tf_euler/python/utils/encoders.py:803
↓ 1 callersFunctiongen_edge
(cite_file, node_map, train_num)
tf_euler/python/dataset/gcn_utils.py:37
↓ 1 callersFunctiongen_edge
(cite_file, node_map, train_num)
tf_euler/python/dataset/pubmed_utils.py:40
↓ 1 callersFunctiongen_feature_map
(feature_str)
tf_euler/python/dataset/pubmed_utils.py:62
↓ 1 callersMethodgen_feature_maxnum
(self)
euler/tools/graph_meta.py:38
↓ 1 callersFunctiongen_graph_json
(edge_list, indicator_list, graph_labels, node_labels)
tf_euler/python/dataset/multigraph_util.py:68
↓ 1 callersFunctiongen_node
(content_file, node_map, total_label, fea_len, train_num)
tf_euler/python/dataset/gcn_utils.py:59
↓ 1 callersFunctiongen_node
(content_file, node_map, total_label, fea_len, train_num)
tf_euler/python/dataset/pubmed_utils.py:70
↓ 1 callersFunctiongen_node_map
(cite_file)
tf_euler/python/dataset/gcn_utils.py:23
↓ 1 callersFunctiongen_node_map
(cite_file)
tf_euler/python/dataset/pubmed_utils.py:22
↓ 1 callersMethodgenerate_embedding
(self, src, dst, neg, rel)
examples/TransX/transX.py:147
↓ 1 callersMethodgenerate_embedding
(self, src, dst, neg, rel)
examples/distmult/distmult.py:132
↓ 1 callersMethodgenerate_index_meta
(self)
tf_euler/python/dataset/mutag.py:60
↓ 1 callersMethodgenerate_negative
(self, batch_size)
examples/TransX/transX.py:48
↓ 1 callersMethodgenerate_negative
(self, batch_size)
examples/distmult/distmult.py:50
↓ 1 callersMethodgenerate_triplets
(self, inputs)
examples/TransX/transX.py:51
↓ 1 callersMethodgenerate_triplets
(self, inputs)
examples/distmult/distmult.py:53
↓ 1 callersMethodgetEdgeSize
euler/core/graph/graph.cc:209
↓ 1 callersMethodgetNodeSize
euler/core/graph/graph.cc:205
↓ 1 callersMethodget_conv
(self, conv_class, dim)
tf_euler/python/mp_utils/graph_gnn.py:59
← previousnext →501–600 of 1,991, ranked by callers