Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ functions
Functions
4,782 in github.com/alibaba/graph-learn
⨍
Functions
4,782
◇
Types & classes
1,001
↳
Endpoints
2
↓ 1 callers
Function
train
(g, model, config)
graphlearn/examples/tf/sage/train.py:43
↓ 1 callers
Function
train
(graph, model)
graphlearn/examples/tf/ego_sage/k8s/dist_train.py:96
↓ 1 callers
Function
train
(g, model, predictor, config)
graphlearn/examples/tf/seal/seal_link_predict.py:63
↓ 1 callers
Function
train
(model, loader, optimizer, args)
graphlearn/examples/pytorch/gcn/train.py:119
↓ 1 callers
Function
unicode_escape_decode
(x)
dynamic_graph_service/ci/cpplint.py:673
↓ 1 callers
Function
unsorted_segment_softmax
Computes segment_softmax. This function first groups the data along the first dimension based on segment_ids, and then proceeds to compute the sof
graphlearn/python/nn/tf/utils/softmax.py:24
↓ 1 callers
Function
unzip3
graphlearn/src/core/graph/storage/memory_adj_matrix.cc:36
↓ 1 callers
Method
update_kafka_ready_offsets
(self, worker_id, pb)
dynamic_graph_service/python/coordinator/checkpoint.py:160
↓ 1 callers
Method
user_emb
(self)
graphlearn/examples/tf/ultra_gcn/ultra_gcn.py:110
↓ 1 callers
Function
write_pattern_file
()
dynamic_graph_service/dataloader/apps/file_loader/scripts/dblp_preprossing.py:30
↓ 1 callers
Function
zip3
graphlearn/src/core/graph/storage/memory_adj_matrix.cc:26
Method
AlienSend
graphlearn/src/actor/graph/output_handle.h:124
Method
ATPDeleter
graphlearn/src/actor/graph/sharded_graph_store.h:71
Method
AcquireNode
graphlearn/src/common/threading/lockfree/lockfree_stack.h:155
Method
AcquireNode
graphlearn/src/common/threading/lockfree/lockfree_queue.h:180
Method
AcquireTask
graphlearn/src/common/threading/runner/dynamic_worker_threadpool.cc:294
Method
Act
(Vector<PlanNode> nodes, AtomicInteger size)
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/parser/optimizer/FusionRule.java:15
Method
ActorCoordImpl
graphlearn/src/actor/service/actor_coord.h:29
Method
ActorDagScheduler
graphlearn/src/actor/runner/actor_dag_scheduler.cc:38
Method
ActorDagSchedulerTest
graphlearn/src/actor/runner/test/actor_dag_scheduler_unittest.cpp:34
Method
ActorParams
graphlearn/src/actor/params.h:56
Method
ActorServerImpl
graphlearn/src/actor/service/actor_server_impl.cc:67
Method
ActorService
graphlearn/src/actor/service/actor_service.cc:70
Method
ActorSystem
dynamic_graph_service/src/service/actor_system.cc:77
Method
ActorTest
graphlearn/src/actor/graph/test/sharded_graph_store_unittest.cpp:30
Method
AdaptiveMutex
graphlearn/src/common/threading/sync/lock.h:269
Method
AdaptiveRateLimiter
dynamic_graph_service/src/service/adaptive_rate_limiter.cc:24
Method
Add
graphlearn/src/contrib/knn/gpu_ivfpq_index.cc:51
Method
Add
graphlearn/src/contrib/knn/index_manager.cc:38
Method
Add
graphlearn/src/contrib/knn/ivfpq_index.cc:48
Method
Add
graphlearn/src/contrib/knn/gpu_ivfflat_index.cc:49
Method
Add
graphlearn/src/contrib/knn/ivfflat_index.cc:47
Method
Add
graphlearn/src/contrib/knn/gpu_flat_index.cc:50
Method
Add
graphlearn/src/core/io/element_value.cc:113
Method
Add
graphlearn/src/core/graph/storage/memory_graph_storage.cc:48
Method
Add
graphlearn/src/core/graph/storage/memory_adj_matrix.cc:169
Method
Add
graphlearn/src/core/graph/storage/auto_indexing.cc:21
Method
Add
A NODE is made up of [ id, attributes, weight, label ]. Insert a node. If a node with the same id existed, just ignore.
graphlearn/src/core/graph/storage/vineyard_node_storage.h:154
Method
Add
graphlearn/src/core/graph/storage/memory_topo_storage.cc:37
Method
Add
graphlearn/src/core/graph/storage/memory_node_storage.cc:63
Method
Add
graphlearn/src/core/graph/storage/memory_edge_storage.cc:52
Method
Add
graphlearn/src/core/graph/storage/compressed_memory_graph_storage.cc:48
Method
Add
graphlearn/src/core/graph/storage/vineyard_storage_utils.h:193
Method
Add
An EDGE is made up of [ src_id, dst_id, weight, label, attributes ]. Insert the value to get an unique id. If the value is invalid, return -1.
graphlearn/src/core/graph/storage/vineyard_edge_storage.h:59
Method
Add
An EDGE is made up of [ src_id, attributes, dst_id ]. Before inserted to the TopoStorage, it should be inserted to EdgeStorage to get an unique id. An
graphlearn/src/core/graph/storage/vineyard_topo_storage.h:51
Method
Add
graphlearn/src/core/graph/storage/vineyard_graph_storage.h:151
Method
Add
graphlearn/src/common/base/progress.h:52
Method
Add
graphlearn/src/common/threading/runner/test/dynamic_worker_thread_pool_unittest.cpp:77
Method
Add
graphlearn/src/common/threading/atomic/test/atomic_unittest.cpp:31
Method
Add
graphlearn/src/include/shardable.h:34
Method
AddAttributeBatch
dynamic_graph_service/src/core/io/record_builder.cc:65
Method
AddDouble
graphlearn/src/service/tensor_impl.h:82
Method
AddEdge
graphlearn/src/actor/dag/dag_proxy.cc:153
Method
AddEdge
dynamic_graph_service/src/core/execution/dag.cc:68
Method
AddEdgePattern
dynamic_graph_service/dataloader/apps/file_loader/loader.cc:209
Method
AddFloat
graphlearn/src/service/tensor_impl.h:77
Method
AddInt32
graphlearn/src/service/tensor_impl.h:67
Method
AddInt64
graphlearn/src/service/tensor_impl.h:72
Method
AddNode
graphlearn/src/actor/dag/dag_proxy.cc:146
Method
AddNode
dynamic_graph_service/src/core/execution/dag.cc:62
Method
AddNodeRecursive
graphlearn/src/actor/dag/dag_proxy.cc:125
Method
AddPartitionedDB
dynamic_graph_service/src/core/storage/sample_store.cc:302
Method
AddPartitionedTable
dynamic_graph_service/src/core/storage/subscription_table.cc:262
Method
AddPartitionedTable
dynamic_graph_service/src/core/storage/sample_builder.cc:104
Method
AddStoragePartition
dynamic_graph_service/src/service/server.h:52
Method
AddString
graphlearn/src/service/tensor_impl.h:87
Method
AddTask
graphlearn/src/common/threading/runner/dynamic_worker_threadpool.cc:92
Method
AddTensorByOffset
graphlearn/src/actor/operator/batch_generator.cc:276
Method
AddTensorsByOffset
graphlearn/src/actor/operator/batch_generator.cc:479
Method
AddVertexPattern
dynamic_graph_service/dataloader/apps/file_loader/loader.cc:174
Method
AddWorkerThread
graphlearn/src/common/threading/runner/dynamic_worker_threadpool.cc:154
Method
AdminRequest
dynamic_graph_service/src/service/request/admin_request.h:35
Method
AggFunc
graphlearn/src/core/operator/aggregator/sum_aggregator.cc:25
Method
AggFunc
graphlearn/src/core/operator/aggregator/prod_aggregator.cc:31
Method
AggFunc
graphlearn/src/core/operator/aggregator/min_aggregator.cc:32
Method
AggFunc
graphlearn/src/core/operator/aggregator/mean_aggregator.cc:26
Method
AggFunc
graphlearn/src/core/operator/aggregator/max_aggregator.cc:32
Method
AggregatingRequest
graphlearn/src/service/request/aggregating_request.cc:29
Method
AggregatingRequestTest
graphlearn/src/service/request/test/aggregating_request_unittest.cpp:26
Method
AggregatingResponse
graphlearn/src/service/request/aggregating_request.cc:110
Method
AggregationOpTest
graphlearn/src/core/operator/aggregator/test/aggregating_op_unittest.cpp:34
Method
AliasMethod
graphlearn/src/core/operator/sampler/alias_method.cc:27
Method
AliasMethodFactory
graphlearn/src/core/operator/sampler/alias_method.h:105
Method
All
graphlearn/src/core/io/data_slicer.h:53
Method
Append
graphlearn/src/service/request/graph_lookup_request.cc:105
Method
Append
graphlearn/src/common/io/value.h:200
Method
AppendDegree
graphlearn/src/service/request/graph_lookup_request.cc:673
Method
AppendHashBucket
graphlearn/src/include/data_source.h:59
Method
AppendType
graphlearn/src/include/data_source.h:55
Method
Array
graphlearn/src/core/graph/storage/types.h:38
Method
ArrowRefAttributeValue
graphlearn/src/core/graph/storage/vineyard_storage_utils.h:153
Method
AsValue
dynamic_graph_service/src/core/io/record_view.h:78
Method
AsValueList
dynamic_graph_service/src/core/io/record_view.h:88
Method
AtWorkerExit
graphlearn/src/common/threading/runner/dynamic_worker_threadpool.cc:276
Function
AtomicExchange
graphlearn/src/common/threading/atomic/atomic.h:60
Method
AttrByteBuf
Creates an empty \c AttrByteBuf that does not point at anything.
dynamic_graph_service/dataloader/include/dataloader/attribute.h:32
Method
AttrDef
(int typeId, String name, DataType dataType)
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/parser/schema/AttrDef.java:8
Method
AttrDefNum
dynamic_graph_service/dataloader/include/dataloader/schema.h:132
Method
AttrInfo
dynamic_graph_service/dataloader/include/dataloader/attribute.h:139
Method
AttrNum
dynamic_graph_service/src/core/io/record_view.h:122
← previous
next →
1,701–1,800 of 4,782, ranked by callers