MCPcopy Create free account

hub / github.com/alibaba/graph-learn / functions

Functions4,782 in github.com/alibaba/graph-learn

↓ 7 callersMethodgetMessage
()
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/exception/UserException.java:31
↓ 7 callersMethodget_client
(self)
graphlearn/python/graph.py:1064
↓ 7 callersMethodget_dst_type
(self, edge_type)
graphlearn/python/data/topology.py:45
↓ 7 callersMethodget_edges
Get edges from the graph. Args: edge_type (string): Edge type of edges. src_ids (numpy.ndarray): Source ids of edges. dst_ids
graphlearn/python/graph.py:681
↓ 7 callersMethodget_src_type
(self, edge_type)
graphlearn/python/data/topology.py:38
↓ 7 callersMethodnegative_sampler
Sampler for sampling negative dst nodes of the given src nodes with edge_type. Args: edge_type (string): Sample negative nodes of the s
graphlearn/python/graph.py:840
↓ 7 callersMethodquery_plan
dynamic_graph_service/src/service/request/admin_request.h:146
↓ 7 callersMethodset_path
(self, path, node_from)
graphlearn/python/gsl/dag_node.py:109
↓ 7 callersMethodtransform
transforms `EgoGraph`. Default transformation is encoding nodes feature to embedding. Args: transform_func: A function that takes in an
graphlearn/python/nn/tf/data/egograph.py:96
↓ 7 callersMethodvid
dynamic_graph_service/src/service/request/query_request.h:114
↓ 7 callersMethodwhat
dynamic_graph_service/src/service/channel/sample_publisher.h:35
↓ 6 callersMethodAppendAttribute
graphlearn/src/service/request/graph_lookup_request.cc:486
↓ 6 callersMethodAppendLabel
graphlearn/src/service/request/graph_lookup_request.cc:480
↓ 6 callersMethodAppendWeight
graphlearn/src/service/request/graph_lookup_request.cc:474
↓ 6 callersMethodAsVertexRecord
dynamic_graph_service/src/core/io/record_view.h:229
↓ 6 callersMethodCopyFrom
graphlearn/src/core/io/element_value.h:62
↓ 6 callersMethodCreate
graphlearn/src/core/dag/dag.cc:51
↓ 6 callersMethodData
Get the raw data pointer of the underlying buffer.
dynamic_graph_service/src/core/io/record.h:46
↓ 6 callersMethodDstId
dynamic_graph_service/src/core/io/record_view.h:181
↓ 6 callersMethodDstIds
graphlearn/src/service/request/graph_lookup_request.cc:116
↓ 6 callersMethodExtension
File extension - text following the final period, includes that period.
dynamic_graph_service/ci/cpplint.py:1388
↓ 6 callersFunctionGetAllExtensions
()
dynamic_graph_service/ci/cpplint.py:704
↓ 6 callersMethodGetDegrees
graphlearn/src/service/request/sampling_request.cc:290
↓ 6 callersMethodGetDouble
graphlearn/src/service/tensor.cc:134
↓ 6 callersMethodGetEdge
dynamic_graph_service/src/core/execution/dag.h:39
↓ 6 callersMethodGetFilters
graphlearn/src/service/request/sampling_request.cc:157
↓ 6 callersFunctionGetHeaderExtensions
()
dynamic_graph_service/ci/cpplint.py:699
↓ 6 callersMethodGetIds
graphlearn/src/core/graph/storage/memory_node_storage.cc:123
↓ 6 callersFunctionGetTimeStampInUs
graphlearn/src/common/base/time_stamp.cc:27
↓ 6 callersMethodId
dynamic_graph_service/src/core/io/record_view.h:117
↓ 6 callersMethodIsFaked
graphlearn/src/core/dag/tape.h:74
↓ 6 callersMethodLocalSize
graphlearn/src/core/io/data_slicer.h:36
↓ 6 callersMethodLocalStart
graphlearn/src/core/io/data_slicer.h:40
↓ 6 callersFunctionMakeServingGroupScope
dynamic_graph_service/src/service/serving_group.actg.cc:20
↓ 6 callersMethodNext
graphlearn/src/core/operator/graph/edge_getter.cc:180
↓ 6 callersMethodNodeCount
graphlearn/src/include/subgraph_request.h:56
↓ 6 callersMethodPrintError
(self, message)
dynamic_graph_service/ci/cpplint.py:1105
↓ 6 callersFunctionProcess
graphlearn/src/actor/operator/base_op.act.h:34
↓ 6 callersMethodPut
dynamic_graph_service/src/service/request/query_response.cc:22
↓ 6 callersMethodSetInt32
graphlearn/src/service/tensor.cc:102
↓ 6 callersMethodShare
dynamic_graph_service/src/core/execution/tensor.h:76
↓ 6 callersMethodSrcId
dynamic_graph_service/src/core/io/record_view.h:176
↓ 6 callersMethodSrcIds
graphlearn/src/service/request/graph_lookup_request.cc:112
↓ 6 callersMethodUpdateEdges
graphlearn/src/core/graph/local_graph.cc:50
↓ 6 callersMethodaddEopRes
(int opid, short etype, short srcType, short DstType, long vid, int batchSize)
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/ValueBuilder.java:231
↓ 6 callersMethodby
Sampling strategy for current traversed object. @param strategy, sampling strategy. "topk_by_timestamp": sampling by topk timestamp. "edge_weigh
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/Traversal.java:117
↓ 6 callersMethoddata
dynamic_graph_service/src/service/request/query_response.h:64
↓ 6 callersFunctionfind_index_of_name
graphlearn/src/core/graph/storage/vineyard_storage_utils.cc:477
↓ 6 callersMethodgetId
()
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/Query.java:24
↓ 6 callersMethodgetKind
()
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/parser/Context.java:39
↓ 6 callersMethodget_node_decoders
Get all of the node_decoders.
graphlearn/python/graph.py:648
↓ 6 callersMethodnodes
()
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/parser/Plan.java:122
↓ 6 callersMethodoutV
Traverse to the destination Vertex along with the given edge. @param path, edge type begin current vertex type. @return Traversal, which is on the des
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/Traversal.java:39
↓ 6 callersMethodremove_prefix
graphlearn/src/common/string/lite_string.h:81
↓ 6 callersMethodsample
Sampling fanout for current traversed object. @param fanout, neighbor count for each upstream vertex. @return Traversal itself. @throws UserException
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/Traversal.java:103
↓ 6 callersMethodsave
(self, output, iterator, ids, emb, batch_size)
graphlearn/examples/tf/ego_sage/k8s/dist_trainer.py:45
↓ 6 callersMethodsize
Number of entries in QueryResponse. Each entry contains the sampling results for one vertex with corresponding sampling op. @return int, number of ent
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/Value.java:75
↓ 6 callersFunctiontest_edge_iterate
Iterate buy edges, sample hops of src and dst nodes. user-(buy)-item (1) iterate edges | | (buy) (buy_reverse) |
graphlearn/examples/basic/query_examples.py:78
↓ 6 callersFunctiontest_node_iterate
Iterate users, sample 2 hops with path user-(buy)-item-(buy_reverse)-user.
graphlearn/examples/basic/query_examples.py:21
↓ 6 callersMethodtype
(String typeName)
dynamic_graph_service/gsl_client/src/main/java/org/aliyun/gsl_client/parser/Context.java:55
↓ 5 callersMethodAppend
graphlearn/src/service/request/graph_update_request.cc:95
↓ 5 callersMethodAppendEdgeId
graphlearn/src/service/request/sampling_request.cc:251
↓ 5 callersMethodClear
graphlearn/src/core/io/element_value.cc:190
↓ 5 callersMethodGUID
graphlearn/src/actor/dag/dag_proxy.h:52
↓ 5 callersMethodGetActorParams
graphlearn/src/actor/dag/dag_actor_manager.h:89
↓ 5 callersMethodGetAttribute
graphlearn/src/core/graph/storage/memory_node_storage.cc:110
↓ 5 callersMethodGetEdgesByPrefix
dynamic_graph_service/src/core/storage/sample_store.cc:240
↓ 5 callersMethodGetInts
graphlearn/src/core/io/element_value.cc:247
↓ 5 callersMethodGetLabels
graphlearn/src/core/graph/storage/memory_node_storage.cc:127
↓ 5 callersFunctionGetNextTag
graphlearn/src/common/threading/lockfree/lockfree_detail.h:76
↓ 5 callersMethodGetNodeFrom
graphlearn/src/service/request/graph_lookup_request.cc:166
↓ 5 callersFunctionGetNonHeaderExtensions
()
dynamic_graph_service/ci/cpplint.py:709
↓ 5 callersFunctionGetPadder
graphlearn/src/core/operator/sampler/padder/padder.cc:54
↓ 5 callersFunctionGetPreviousNonBlankLine
Return the most recent non-blank line and its line number. Args: clean_lines: A CleansedLines instance containing the file contents. linenu
dynamic_graph_service/ci/cpplint.py:3939
↓ 5 callersFunctionGetTapeStore
graphlearn/src/core/dag/tape.cc:154
↓ 5 callersMethodGetVertex
dynamic_graph_service/src/core/storage/sample_store.cc:183
↓ 5 callersMethodGetWeight
graphlearn/src/core/graph/storage/memory_node_storage.cc:84
↓ 5 callersMethodInit
graphlearn/src/core/graph/graph_store.cc:185
↓ 5 callersFunctionIsHeaderExtension
(file_extension)
dynamic_graph_service/ci/cpplint.py:696
↓ 5 callersMethodK
graphlearn/src/contrib/knn/knn_request.cc:128
↓ 5 callersMethodLock
graphlearn/src/core/graph/storage/memory_node_storage.cc:34
↓ 5 callersMethodPad
graphlearn/src/core/operator/sampler/padder/circular_padder.h:36
↓ 5 callersFunctionParseNolintSuppressions
Updates the global list of line error-suppressions. Parses any NOLINT comments on the current line, updating the global error_suppressions store.
dynamic_graph_service/ci/cpplint.py:714
↓ 5 callersMethodPop
graphlearn/src/service/local/event_queue.h:51
↓ 5 callersMethodProcess
graphlearn/src/core/operator/aggregator/aggregator.h:35
↓ 5 callersMethodPush
graphlearn/src/contrib/knn/heap.h:47
↓ 5 callersMethodPush
graphlearn/src/service/local/event_queue.h:39
↓ 5 callersMethodReset
graphlearn/src/core/operator/graph/edge_getter.cc:51
↓ 5 callersMethodSetFilter
graphlearn/src/core/operator/sampler/padder/padder.cc:39
↓ 5 callersMethodSize
graphlearn/src/core/operator/graph/node_generator.h:175
↓ 5 callersMethodStop
graphlearn/src/service/local/in_memory_service.cc:50
↓ 5 callersMethodSwap
graphlearn/src/service/tensor.cc:162
↓ 5 callersMethodUnlock
graphlearn/src/core/graph/storage/memory_node_storage.cc:38
↓ 5 callersMethodUpdateNodes
graphlearn/src/core/graph/local_noder.cc:63
↓ 5 callersMethodValueType
dynamic_graph_service/src/common/schema.h:41
↓ 5 callersMethodWaitForIdle
graphlearn/src/common/threading/runner/threadpool.h:53
↓ 5 callersMethod__init__
(self, ids, node_type, int_attrs=None, float_attrs
graphlearn/python/data/values.py:232
↓ 5 callersMethod_init
(self)
graphlearn/python/data/values.py:153
↓ 5 callersMethod_new_vertex_node
(self, op_name, edge_type, in_edge, node_from=pywrap.NodeFrom.EDGE_DST)
graphlearn/python/gsl/dag_node.py:360
↓ 5 callersMethod_partitioner
Args: partitioner: 'min_max' or 'fixed'. Returns: A tensorflow Partitioner or None.
graphlearn/python/nn/tf/data/feature_column.py:83
← previousnext →301–400 of 4,782, ranked by callers