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
↓ 2 callers
Method
get_latest_checkpoint_id
(self)
dynamic_graph_service/python/coordinator/checkpoint.py:93
↓ 2 callers
Method
get_mask
The masks for features, ids and offsets. feat_masks: a list of boolean, each element indicates that data has int_attrs, float_attrs, string_at
graphlearn/python/nn/dataset.py:151
↓ 2 callers
Function
get_random_feature
()
dynamic_graph_service/python/data/u2i/u2i_generator.py:53
↓ 2 callers
Function
get_string_attributes
graphlearn/python/c/py_wrapper.h:236
↓ 2 callers
Function
get_vineyard_fragment
graphlearn/src/core/graph/storage/vineyard_storage_utils.cc:41
↓ 2 callers
Method
induce_each_edge_type
(self, src_nodes, src_nbrs, dst_nbrs)
graphlearn/examples/tf/bipartite_sage/hetero_edge_inducer.py:68
↓ 2 callers
Method
induce_graph_cn_with_edge
induce SubGraphs using edge and it's neighbors and do common neighbor node labeling. Args: src_nodes: A gl.Nodes instance with shape
graphlearn/examples/tf/seal/edge_cn_inducer.py:45
↓ 2 callers
Method
induce_graph_with_edge
induce SubGraphs using edge and it's neighbors. Args: src_nodes: A gl.Nodes instance with shape [batch_size]. dst_nodes: A gl.Nodes in
graphlearn/examples/tf/sage/edge_inducer.py:47
↓ 2 callers
Method
induce_hetero_graph
induce SubGraphs using edge and it's neighbors. Args: src_nodes: A gl.Nodes instance with shape [batch_size]. dst_nodes: A gl.Nodes in
graphlearn/examples/tf/bipartite_sage/hetero_edge_inducer.py:45
↓ 2 callers
Method
init_query
(self, query_plan)
dynamic_graph_service/python/coordinator/grpc_service.py:69
↓ 2 callers
Function
init_table_accessors
graphlearn/src/core/graph/storage/vineyard_storage_utils.cc:60
↓ 2 callers
Method
keys
r"""Returns all names of graph attributes.
graphlearn/python/nn/hetero_subgraph.py:72
↓ 2 callers
Method
list_alias
Return the list alias of user defined.
graphlearn/python/gsl/dag.py:71
↓ 2 callers
Function
load_graph
load embedding tables in GL that used to lookup embedding and do knn search.
graphlearn/examples/eval/test_rec.py:28
↓ 2 callers
Method
next
(tensors)
graphlearn/python/nn/tf/data/batchgraph.py:277
↓ 2 callers
Method
next
Get the next request vertex id from data source, most streaming data source may wait util there are next data. @return Long, vertex id for query input
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/DataSource.java:14
↓ 2 callers
Function
node_embedding
save node embedding. Args: node_type: 'u' or 'i'. Return: iterator, ids, embedding.
graphlearn/examples/tf/ego_bipartite_sage/train.py:109
↓ 2 callers
Method
numHops
()
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/predict/EgoGraph.java:76
↓ 2 callers
Method
num_processed_records
dynamic_graph_service/src/service/channel/record_poller.h:137
↓ 2 callers
Method
outE
(self, edge_type)
graphlearn/python/gsl/dag_node.py:460
↓ 2 callers
Method
out_degrees
(self, ids, edge_type)
graphlearn/python/graph.py:1060
↓ 2 callers
Method
parseFrom
(String jsonFile)
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/parser/Plan.java:157
↓ 2 callers
Function
parse_attr_type
(value)
graphlearn/examples/tf/ego_bipartite_sage/train.py:242
↓ 2 callers
Method
predict
(String modelName, long modelVersion, EgoGraph egoGraph, ArrayList<Integer> placeholders)
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/predict/TFPredictClient.java:40
↓ 2 callers
Method
priority
dynamic_graph_service/src/service/request/query_request.h:36
↓ 2 callers
Method
property
(self, decoder, i)
dynamic_graph_service/python/data/simple/record_generator.py:177
↓ 2 callers
Function
query
(mask, args, graph)
graphlearn/examples/tf/ego_gat/train_supervised.py:57
↓ 2 callers
Function
query
(g, args, mask=gl.Mask.TRAIN)
graphlearn/examples/pytorch/gcn/train.py:85
↓ 2 callers
Method
query_current_offsets
(self)
dynamic_graph_service/python/coordinator/barrier.py:47
↓ 2 callers
Method
remove_barrier
(self, barrier_name)
dynamic_graph_service/python/coordinator/barrier.py:65
↓ 2 callers
Method
remove_suffix
graphlearn/src/common/string/lite_string.h:87
↓ 2 callers
Method
root
dynamic_graph_service/src/core/execution/dag.h:41
↓ 2 callers
Function
sem_timedwait
graphlearn/src/common/threading/sync/semaphore_shim.cc:175
↓ 2 callers
Method
server_get_stats
(self)
graphlearn/python/graph.py:1041
↓ 2 callers
Method
setCode
(int code)
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/exception/HttpException.java:24
↓ 2 callers
Method
setServerAddr
(String serverAddr)
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/http/HttpConfig.java:29
↓ 2 callers
Method
setSource
(DataSource source)
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/parser/PlanNode.java:81
↓ 2 callers
Method
set_init_pb_with_latest_checkpoint
(self, worker_id, pb)
dynamic_graph_service/python/coordinator/checkpoint.py:183
↓ 2 callers
Function
set_store_partition_info
(pb, info)
dynamic_graph_service/python/coordinator/grpc_service.py:49
↓ 2 callers
Function
set_upstream_init_info
(pb, info, worker_id)
dynamic_graph_service/python/coordinator/grpc_service.py:30
↓ 2 callers
Method
srcType
(String typeName)
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/parser/Context.java:59
↓ 2 callers
Method
start
(self)
dynamic_graph_service/python/coordinator/barrier.py:105
↓ 2 callers
Method
start_checkpointing
(self)
dynamic_graph_service/python/coordinator/grpc_service.py:74
↓ 2 callers
Method
stop
(self)
graphlearn/python/client.py:89
↓ 2 callers
Method
subgraph_sampler
Sampler for sample SubGraph. Args: graph (`Graph` object): The graph which sample from. seed_type (string): Sample seed type, either
graphlearn/python/graph.py:1005
↓ 2 callers
Function
test
(g, model, predictor, config, edge_type='test')
graphlearn/examples/tf/seal/seal_link_predict.py:84
↓ 2 callers
Method
where
Add condition for negative samlpler. Used after `by`. Args: target (string): Alias of upstream TraverseVertexDagNode which is the
graphlearn/python/gsl/dag_node.py:232
↓ 2 callers
Method
x_list
(self)
graphlearn/examples/tf/ego_rgcn/ego_rgcn_data_loader.py:51
↓ 1 callers
Method
Act
(Vector<PlanNode> nodes, AtomicInteger size)
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/parser/optimizer/Rule.java:9
↓ 1 callers
Method
Add
graphlearn/src/core/graph/storage/memory_adj_matrix.cc:70
↓ 1 callers
Method
Add
graphlearn/src/common/base/profiling.h:50
↓ 1 callers
Method
Add
Add a piece of T with corresponding id. If own=true, it will take the ownership of the added T.
graphlearn/src/include/shardable.h:90
↓ 1 callers
Method
AddEdgeUpdate
dynamic_graph_service/dataloader/src/batch_builder.cc:30
↓ 1 callers
Method
AddJUnitFailure
(self, filename, linenum, message, category, confidence)
dynamic_graph_service/ci/cpplint.py:1111
↓ 1 callers
Method
AddSticker
Add a sticker to a given piece.
graphlearn/src/include/shardable.h:98
↓ 1 callers
Method
AddVertex
dynamic_graph_service/dataloader/src/group_producer.cc:40
↓ 1 callers
Method
AddVertexSamplerParams
dynamic_graph_service/src/core/storage/sample_builder.cc:61
↓ 1 callers
Method
AddVertexUpdate
dynamic_graph_service/dataloader/src/batch_builder.cc:21
↓ 1 callers
Method
Aggregate
graphlearn/src/core/operator/aggregator/aggregator.cc:25
↓ 1 callers
Method
Append
graphlearn/src/actor/graph/wrapper_request.h:81
↓ 1 callers
Method
AppendEdge
graphlearn/src/service/request/subgraph_request.cc:92
↓ 1 callers
Function
AtomicExchangeSub
graphlearn/src/common/threading/atomic/atomic.h:42
↓ 1 callers
Function
AtomicSet
graphlearn/src/common/threading/atomic/atomic.h:66
↓ 1 callers
Method
AttrDefNum
dynamic_graph_service/src/common/schema.h:132
↓ 1 callers
Method
AttrType
dynamic_graph_service/src/core/io/record_view.h:41
↓ 1 callers
Method
Backup
dynamic_graph_service/src/service/server.cc:126
↓ 1 callers
Method
BackupFilters
Saves the current filter list to backup storage.
dynamic_graph_service/ci/cpplint.py:1070
↓ 1 callers
Function
BaseName
graphlearn/src/common/io/path_util.cc:56
↓ 1 callers
Method
BatchShare
graphlearn/src/service/request/conditional_sampling_request.cc:218
↓ 1 callers
Method
Begin
Start analyzing function body. Args: function_name: The name of the function being tracked.
dynamic_graph_service/ci/cpplint.py:1243
↓ 1 callers
Method
BeginNextFile
graphlearn/src/actor/graph/loading_task.h:43
↓ 1 callers
Method
Broadcast
graphlearn/src/common/threading/sync/cond.cc:80
↓ 1 callers
Method
Broadcast
graphlearn/src/common/threading/sync/waitable_event.cc:64
↓ 1 callers
Method
Build
graphlearn/src/core/graph/storage/memory_adj_matrix.cc:60
↓ 1 callers
Function
BuildKnnIndex
graphlearn/src/contrib/knn/builder.cc:23
↓ 1 callers
Method
BuildStatistics
graphlearn/src/actor/graph/sharded_graph_store.h:52
↓ 1 callers
Method
Call
graphlearn/src/core/operator/sampler/sampler.h:46
↓ 1 callers
Method
CanonicalizeAlphabeticalOrder
Returns a path canonicalized for alphabetical comparison. - replaces "-" with "_" so they both cmp the same. - removes '-inl' since we don't
dynamic_graph_service/ci/cpplint.py:905
↓ 1 callers
Method
Check
Report if too many lines in function body. Args: error: The function to call with any errors found. filename: The name of the current
dynamic_graph_service/ci/cpplint.py:1258
↓ 1 callers
Function
CheckAltTokens
Check alternative keywords being used in boolean expressions. Args: filename: The name of the current file. clean_lines: A CleansedLines in
dynamic_graph_service/ci/cpplint.py:4473
↓ 1 callers
Method
CheckBegin
Run checks that applies to text up to the opening brace. This is mostly for checking the text after the class identifier and the "{", usually
dynamic_graph_service/ci/cpplint.py:2438
↓ 1 callers
Function
CheckBraces
Looks for misplaced braces (e.g. at the end of line). Args: filename: The name of the current file. clean_lines: A CleansedLines instance c
dynamic_graph_service/ci/cpplint.py:3962
↓ 1 callers
Function
CheckBracesSpacing
Checks for horizontal spacing near commas. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing t
dynamic_graph_service/ci/cpplint.py:3778
↓ 1 callers
Function
CheckCasts
Various cast related checks. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing the file. l
dynamic_graph_service/ci/cpplint.py:5402
↓ 1 callers
Function
CheckCheck
Checks the use of CHECK and EXPECT macros. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing t
dynamic_graph_service/ci/cpplint.py:4355
↓ 1 callers
Function
CheckCommaSpacing
Checks for horizontal spacing near commas and semicolons. Args: filename: The name of the current file. clean_lines: A CleansedLines instan
dynamic_graph_service/ci/cpplint.py:3679
↓ 1 callers
Function
CheckComment
Checks for common mistakes in comments. Args: line: The line in question. filename: The name of the current file. linenum: The number o
dynamic_graph_service/ci/cpplint.py:3344
↓ 1 callers
Method
CheckCompletedBlocks
Checks that all classes and namespaces have been completely parsed. Call this when all lines in a file have been processed. Args: filen
dynamic_graph_service/ci/cpplint.py:2981
↓ 1 callers
Function
CheckEmptyBlockBody
Look for empty loop/conditional body with only a single semicolon. Args: filename: The name of the current file. clean_lines: A CleansedLin
dynamic_graph_service/ci/cpplint.py:4228
↓ 1 callers
Method
CheckEnd
Run checks that applies to text after the closing brace. This is mostly used for checking end of namespace comments. Args: filename: T
dynamic_graph_service/ci/cpplint.py:2453
↓ 1 callers
Function
CheckForBadCharacters
Logs an error for each line containing bad characters. Two kinds of bad characters: 1. Unicode replacement characters: These indicate that eithe
dynamic_graph_service/ci/cpplint.py:2231
↓ 1 callers
Function
CheckForCopyright
Logs an error if no Copyright message appears at the top of the file.
dynamic_graph_service/ci/cpplint.py:1972
↓ 1 callers
Function
CheckForFunctionLengths
Reports for long function bodies. For an overview why this is done, see: https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Write_Sh
dynamic_graph_service/ci/cpplint.py:3273
↓ 1 callers
Function
CheckForHeaderGuard
Checks that the file contains a header guard. Logs an error if no #ifndef header guard is present. For other headers, checks that the full pathn
dynamic_graph_service/ci/cpplint.py:2101
↓ 1 callers
Function
CheckForIncludeWhatYouUse
Reports for missing stl includes. This function will output warnings to make sure you are including the headers necessary for the stl containers
dynamic_graph_service/ci/cpplint.py:5761
↓ 1 callers
Function
CheckForMultilineCommentsAndStrings
Logs an error if we see /* ... */ or "..." that extend past one line. /* ... */ comments are legit inside macros, for one line. Otherwise, we pre
dynamic_graph_service/ci/cpplint.py:2274
↓ 1 callers
Function
CheckForNamespaceIndentation
(filename, nesting_state, clean_lines, line, error)
dynamic_graph_service/ci/cpplint.py:3259
↓ 1 callers
Function
CheckForNewlineAtEOF
Logs an error if there is no newline char at the end of the file. Args: filename: The name of the current file. lines: An array of strings,
dynamic_graph_service/ci/cpplint.py:2256
↓ 1 callers
Function
CheckForNonConstReference
Check for non-const references. Separate from CheckLanguage since it scans backwards from current line, instead of scanning forward. Args:
dynamic_graph_service/ci/cpplint.py:5263
↓ 1 callers
Function
CheckForNonStandardConstructs
r"""Logs an error if we see certain non-ANSI constructs ignored by gcc-2. Complain about several constructs which gcc-2 accepts, but which are no
dynamic_graph_service/ci/cpplint.py:3003
← previous
next →
901–1,000 of 4,782, ranked by callers