Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ functions
Functions
1,991 in github.com/alibaba/euler
⨍
Functions
1,991
◇
Types & classes
484
↓ 2 callers
Method
ShardRemoteNodeDef
euler/core/dag_def/dag_def.cc:343
↓ 2 callers
Function
ShardToBytes
euler/common/zk_server_register.cc:55
↓ 2 callers
Method
SingleOpQuery
euler/client/query.h:53
↓ 2 callers
Method
StartThread
euler/common/env_posix.cc:175
↓ 2 callers
Method
TensorShape
euler/core/framework/tensor_shape.h:30
↓ 2 callers
Method
ToCommonIndexResult
euler/core/index/common_index_result.cc:125
↓ 2 callers
Method
ToString
euler/core/graph/graph_meta.cc:82
↓ 2 callers
Method
TotalBytes
euler/core/framework/tensor.h:92
↓ 2 callers
Function
Trim
euler/common/str_util.h:81
↓ 2 callers
Method
UIDToEdgeId
euler/core/graph/graph.cc:154
↓ 2 callers
Method
__init__
(self, gnns)
tf_euler/python/mp_utils/group_gnn.py:30
↓ 2 callers
Method
__init__
(self, conv, flow, dims, fanouts, metapath, feature_idx, feature_dim,
examples/gae/gae.py:29
↓ 2 callers
Method
__init__
(self, conv, flow, dims, fanouts, metapath, feature_idx, feature_dim,
examples/graphsage/graphsage.py:29
↓ 2 callers
Function
_get_binary_feature
(nodes_or_edges, feature_names, op, thread_num)
tf_euler/python/euler_ops/feature_ops.py:145
↓ 2 callers
Function
_get_dense_feature
(nodes_or_edges, feature_names, dimensions, op, thread_num)
tf_euler/python/euler_ops/feature_ops.py:94
↓ 2 callers
Function
_get_sparse_feature
(nodes_or_edges, feature_names, op, thread_num, default_values=None)
tf_euler/python/euler_ops/feature_ops.py:36
↓ 2 callers
Function
_get_type_id
(OP, type_id_or_names)
tf_euler/python/euler_ops/type_ops.py:32
↓ 2 callers
Method
add_edge
(src, dst, id, type, weight)
tf_euler/python/dataset/wn18.py:70
↓ 2 callers
Method
add_index_data
(self, index_data, indexkey, value, id, weight)
euler/tools/json2partindex.py:119
↓ 2 callers
Method
agg
(self, inputs, samples, shuffle)
tf_euler/python/utils/encoders.py:516
↓ 2 callers
Method
calculate_conv
(self, conv, inputs, edge_index, size=None, edge_attr=None)
tf_euler/python/mp_utils/base_gnn.py:70
↓ 2 callers
Method
call
(self, inputs)
tf_euler/python/utils/encoders.py:217
↓ 2 callers
Method
code
euler/common/status.h:44
↓ 2 callers
Method
context_embed
(self, n_id)
tf_euler/python/solution/base_sample.py:103
↓ 2 callers
Method
context_embed
(self, n_id)
tf_euler/python/solution/base_unsupervise.py:49
↓ 2 callers
Method
convert_neighbor
(self, neighbor_index)
euler/tools/node.py:58
↓ 2 callers
Method
create_aggregators
(dim, num_layers, aggregator, **kwargs)
tf_euler/python/utils/encoders.py:418
↓ 2 callers
Method
debug_string
(self)
euler/tools/graph_meta.py:46
↓ 2 callers
Method
do
(self)
euler/tools/json2meta.py:39
↓ 2 callers
Method
do
(self)
euler/tools/generate_euler_data.py:36
↓ 2 callers
Method
embed
(self, n_id)
tf_euler/python/mp_utils/base.py:59
↓ 2 callers
Method
embed_context
(self, n_id)
tf_euler/python/mp_utils/base.py:62
↓ 2 callers
Method
env
euler/service/worker.h:57
↓ 2 callers
Function
expend_type
(lis, idx)
euler/tools/util.py:45
↓ 2 callers
Method
file_size
euler/common/file_io.h:81
↓ 2 callers
Method
get_edge_attr
(self, block)
tf_euler/python/mp_utils/base_gnn.py:55
↓ 2 callers
Function
get_edge_type
(edge)
tf_euler/python/dataset/sage_util.py:110
↓ 2 callers
Method
get_graph_label
(self, sample_graph)
euler_estimator/python/graph_estimator.py:35
↓ 2 callers
Method
get_input_from_id_file
(self)
euler_estimator/python/graph_estimator.py:58
↓ 2 callers
Method
get_input_from_id_file
(self)
euler_estimator/python/gae_estimator.py:39
↓ 2 callers
Method
get_input_from_id_file
(self)
euler_estimator/python/edge_estimator.py:50
↓ 2 callers
Method
get_input_from_id_file
(self)
euler_estimator/python/node_estimator.py:39
↓ 2 callers
Method
get_neighbors
The neighbor sampler in a mini-batch of n_id. It returns: neighbors: a list of 'tensor'; neighbor_src: a list of
tf_euler/python/dataflow/neighbor_dataflow.py:32
↓ 2 callers
Function
get_node_type
(node)
tf_euler/python/dataset/sage_util.py:101
↓ 2 callers
Function
get_server_factory_lock
euler/service/server_interface.cc:30
↓ 2 callers
Function
initialize_graph
Initialize the Euler graph driver used in Tensorflow. Args: config: str or dict of Euler graph driver configuration. Return:
tf_euler/python/euler_ops/base.py:37
↓ 2 callers
Function
load_data
(prefix, normalize=True, load_walks=False)
tf_euler/python/dataset/sage_util.py:33
↓ 2 callers
Method
maybe_convert2euler
(self, convert_data_dir)
tf_euler/python/dataset/base_dataset.py:86
↓ 2 callers
Method
maybe_convert2json
(self, origin_data_dir)
tf_euler/python/dataset/base_dataset.py:79
↓ 2 callers
Method
maybe_download
(self, data_dir, source_url)
tf_euler/python/dataset/base_dataset.py:69
↓ 2 callers
Function
mkdirs
(path)
euler/tools/json2partdat.py:32
↓ 2 callers
Method
num_nodes
euler/core/dag/dag.h:44
↓ 2 callers
Method
parse
(self, data)
euler/tools/json2meta.py:55
↓ 2 callers
Method
remove_suffix
euler/common/slice.h:61
↓ 2 callers
Function
sample_neighbor_layerwise
(nodes, edge_types, count, default_node=-1, weight_func='')
tf_euler/python/euler_ops/neighbor_ops.py:72
↓ 2 callers
Function
server_factories
euler/service/server_interface.cc:37
↓ 2 callers
Function
spmm_add
(src, edge_index, size, flow='target_to_source')
tf_euler/python/contrib/spmm.py:23
↓ 2 callers
Method
target_embed
(self, n_id)
tf_euler/python/solution/base_unsupervise.py:42
↓ 2 callers
Method
target_encoder
(self, inputs)
examples/dgi/dgi.py:37
↓ 2 callers
Method
target_encoder
(self, inputs)
examples/dgi/dgi.py:89
↓ 2 callers
Method
to_x
(self, n_id)
tf_euler/python/mp_utils/base_gnn.py:49
↓ 2 callers
Method
write_range_data
(self, valueType, idType, data)
euler/tools/json2partindex.py:257
↓ 1 callers
Method
AcceptsOptions
euler/service/grpc_server.cc:284
↓ 1 callers
Method
AddChild
euler/parser/tree.h:128
↓ 1 callers
Method
AddEdge
euler/core/dag/dag.cc:50
↓ 1 callers
Method
AddEdgeFrom
euler/core/graph/graph.cc:188
↓ 1 callers
Method
AddNode
euler/core/dag/dag.cc:36
↓ 1 callers
Method
AddNodeFrom
euler/core/graph/graph.cc:168
↓ 1 callers
Method
AddPair
euler/core/dag_def/sub_graph_iso.h:34
↓ 1 callers
Method
AsyncCompute
euler/core/kernels/remote_op_test.cc:54
↓ 1 callers
Method
AsyncCompute
euler/core/kernels/remote_op.cc:60
↓ 1 callers
Method
Build
euler/core/graph/graph_builder.cc:57
↓ 1 callers
Function
BuildInputKey
euler/parser/optimizer.cc:157
↓ 1 callers
Function
BytesToMeta
euler/common/zk_server_monitor.cc:30
↓ 1 callers
Method
Cache
euler/core/framework/op_kernel.cc:53
↓ 1 callers
Method
Cache
euler/core/framework/udf.h:61
↓ 1 callers
Method
CheckFileAttr
euler/common/hdfs_file_io.cc:337
↓ 1 callers
Method
Compute
euler/core/framework/udf.cc:61
↓ 1 callers
Function
ContextTensorAllocator
euler/core/framework/op_kernel.cc:102
↓ 1 callers
Method
CreateChannel
euler/client/grpc_manager.cc:25
↓ 1 callers
Method
CutRelation
euler/core/dag_def/dag_def.cc:542
↓ 1 callers
Function
DecodeString
euler/core/framework/tensor_util.cc:41
↓ 1 callers
Method
DeleteChild
euler/parser/tree.h:142
↓ 1 callers
Method
DeletePair
euler/core/dag_def/sub_graph_iso.h:40
↓ 1 callers
Method
DeregisterRemote
euler/core/graph/graph.cc:138
↓ 1 callers
Method
DeregisterShard
euler/common/zk_server_register.cc:117
↓ 1 callers
Method
Deserialize
euler/core/index/index_manager.cc:121
↓ 1 callers
Method
Deserialize_ori
euler/core/index/range_sample_index.h:364
↓ 1 callers
Method
Dump
euler/core/graph/graph.cc:474
↓ 1 callers
Function
EncodeString
euler/core/framework/tensor_util.cc:28
↓ 1 callers
Method
EraseNodeById
euler/core/dag_def/dag_def.h:92
↓ 1 callers
Function
EulerGraph
euler/core/kernels/common.cc:42
↓ 1 callers
Function
EulerServiceMethodName
euler/service/grpc_euler_service.cc:25
↓ 1 callers
Method
ExecuteAsync
euler/service/grpc_worker.cc:40
↓ 1 callers
Function
FillNeighborEdge
euler/core/kernels/common.cc:336
↓ 1 callers
Function
Filter
euler/core/kernels/common.cc:251
↓ 1 callers
Method
Get
euler/core/framework/op_kernel.cc:44
↓ 1 callers
Method
GetClient
euler/client/client_manager.h:50
↓ 1 callers
Function
GetEdge
euler/core/graph/edge_test.cc:29
↓ 1 callers
Function
GetEdgeBinaryFeature
euler/core/api/api.cc:176
← previous
next →
301–400 of 1,991, ranked by callers