MCPcopy Create free account

hub / github.com/Tencent/embedx / functions

Functions1,185 in github.com/Tencent/embedx

↓ 1 callersMethodInsertEdge
src/io/storage/storage.h:33
↓ 1 callersMethodLoad
src/io/loader/inst_file_loader.cc:29
↓ 1 callersMethodLoadConfig
src/io/loader/freq_file_loader.cc:29
↓ 1 callersFunctionLoadConfigFromFile
src/io/io_util.cc:61
↓ 1 callersMethodLoadFreq
src/io/loader/freq_file_loader.cc:37
↓ 1 callersMethodLoadGraph
src/tools/model_server.cc:75
↓ 1 callersFunctionLoadMetaPathConfig
src/tools/graph/random_walker_main.cc:46
↓ 1 callersMethodLoadPretrainParam
src/tools/model_util.cc:25
↓ 1 callersMethodLookup
src/common/class_registry.h:60
↓ 1 callersFunctionLookupContextTEST
src/tools/graph/dist_graph_client_main.cc:161
↓ 1 callersMethodLookupFeature
src/deep/data_op/feature_lookuper_op/item_feature.cc:21
↓ 1 callersMethodLookupFeature
src/graph/data_op/feature_lookuper_op/feature.cc:26
↓ 1 callersFunctionLookupFeatureTEST
src/tools/graph/dist_graph_client_main.cc:120
↓ 1 callersFunctionLookupNodeFeatureTEST
src/tools/graph/dist_graph_client_main.cc:145
↓ 1 callersFunctionMeanAggregate
src/model/op/aggregator_op.cc:29
↓ 1 callersFunctionMeanAggregateBackward
src/model/op/aggregator_op.cc:53
↓ 1 callersFunctionNewAdjListImpl
src/io/storage/adj_list_impl.cc:133
↓ 1 callersFunctionNewAdjMatrixImpl
src/io/storage/adj_matrix_impl.cc:143
↓ 1 callersFunctionNewAliasSampling
src/sampler/sampling/alias_sampling.cc:107
↓ 1 callersFunctionNewContext
src/graph/data_op/context_lookuper_op/context.cc:44
↓ 1 callersFunctionNewDistGraphClientImpl
src/graph/client/dist_graph_client_impl.cc:84
↓ 1 callersFunctionNewEdgeStorage
src/io/storage/edge_storage.cc:70
↓ 1 callersFunctionNewEdgeVector
src/io/storage/edge_vector.cc:165
↓ 1 callersFunctionNewIndepNegativeSampler
src/sampler/negative_sampler/indep_negative_sampler.cc:57
↓ 1 callersFunctionNewItemFeature
src/deep/data_op/feature_lookuper_op/item_feature.cc:37
↓ 1 callersFunctionNewLocalDeepClientImpl
src/deep/client/local_deep_client_impl.cc:93
↓ 1 callersFunctionNewLocalGraphClientImpl
src/graph/client/local_graph_client_impl.cc:96
↓ 1 callersFunctionNewNegativeSamplerBuilder
src/sampler/negative_sampler/negative_sampler_builder.cc:133
↓ 1 callersFunctionNewNeighborSampler
src/sampler/neighbor_sampler/neighbor_sampler.cc:98
↓ 1 callersFunctionNewNeighborSamplerBuilder
src/sampler/neighbor_sampler/neighbor_sampler_builder.cc:181
↓ 1 callersMethodNewOpContext
src/tools/model_server.cc:352
↓ 1 callersFunctionNewPartialSumSampling
src/sampler/sampling/partial_sum_sampling.cc:72
↓ 1 callersFunctionNewRpcConnector
src/graph/client/rpc_connector.cc:16
↓ 1 callersFunctionNewSharedNegativeSampler
src/sampler/negative_sampler/shared_negative_sampler.cc:55
↓ 1 callersFunctionNewStaticRandomWalkerImpl
src/sampler/random_walker/static_random_walker_impl.cc:106
↓ 1 callersFunctionNewUniformSampling
src/sampler/sampling/uniform_sampling.cc:57
↓ 1 callersFunctionNewWord2vecSampling
src/sampler/sampling/word2vec_sampling.cc:139
↓ 1 callersFunctionNormNeighborProb
src/sampler/neighbor_sampler/neighbor_sampler_builder.cc:25
↓ 1 callersFunctionNormalizeProbs
src/sampler/negative_sampler/negative_sampler_builder.cc:26
↓ 1 callersFunctionParseMetaPathConfig
src/tools/graph/random_walker_main.cc:66
↓ 1 callersFunctionParseUserFrom
src/model/instance_reader/graph_dssm_inst_reader.cc:30
↓ 1 callersFunctionPinsageEncoder
src/model/encoder/pinsage_encoder.cc:17
↓ 1 callersFunctionPostInitCacheStorage
src/graph/client/resource_post_initializer.cc:79
↓ 1 callersFunctionPostInitServerDistribution
src/graph/client/resource_post_initializer.cc:88
↓ 1 callersMethodPredict
src/tools/predictor_main.cc:104
↓ 1 callersFunctionRandomSampleNeighborTEST
src/tools/graph/dist_graph_client_main.cc:71
↓ 1 callersMethodRegister
src/common/class_registry.h:51
↓ 1 callersMethodResize
src/graph/data_op/random_walker_op/dist_static_random_walker.h:31
↓ 1 callersMethodRunTest
src/tools/graph/dist_graph_client_main.cc:191
↓ 1 callersFunctionSampleContext
src/tools/graph/swing/swing.cc:31
↓ 1 callersFunctionSampleNode
src/tools/graph/average_feature_main.cc:30
↓ 1 callersMethodSave
src/tools/trainer_main.cc:268
↓ 1 callersFunctionSetGraphConfig
src/tools/graph/dist_graph_server_main.cc:23
↓ 1 callersMethodSharedSampleNegative
src/graph/client/graph_client.cc:28
↓ 1 callersFunctionSharedSampleNegativeTEST
src/tools/graph/dist_graph_client_main.cc:27
↓ 1 callersMethodStart
src/graph/server/dist_graph_server.cc:151
↓ 1 callersFunctionStaticTraverseTEST
src/tools/graph/dist_graph_client_main.cc:99
↓ 1 callersFunctionSumAggregate
src/model/op/aggregator_op.cc:75
↓ 1 callersFunctionSumAggregateBackward
src/model/op/aggregator_op.cc:96
↓ 1 callersFunctionTouchSuccessFile
src/graph/server/dist_graph_server.cc:37
↓ 1 callersMethodTrain
src/tools/trainer_main.cc:204
↓ 1 callersFunctionUnique
src/model/instance_reader/eges_inst_reader.cc:28
↓ 1 callersFunctionVecToString
src/graph/data_op/meta_lookuper_op/meta_lookuper.cc:26
↓ 1 callersFunctionWeightedAverageBackward
src/model/op/weighted_average_op.cc:71
↓ 1 callersFunctionXInputEmbeddingLookup
/ input embedding lookup functions */ / rand initialization (-1 / log(col), 1 / log(col))
src/model/encoder/embedding_lookup_encoder.cc:24
↓ 1 callersFunctionXInputEmbeddingLookup3
rand initiialization (-1 / col, 1 / col)
src/model/encoder/embedding_lookup_encoder.cc:48
↓ 1 callersFunctionXNodeGroupWeightLookup
/ input group embedding lookup functions */ /
src/model/encoder/group_embedding_lookup_encoder.cc:23
↓ 1 callersFunctionXOutputEmbeddingLookup
/ output embedding lookup functions */ /
src/model/encoder/embedding_lookup_encoder.cc:62
↓ 1 callersMethod__build_adj_list
(self)
demo/data/scripts/embedx_graph.py:120
↓ 1 callersMethod__build_node_id_map
(self)
demo/data/scripts/dataset.py:143
↓ 1 callersMethod__get_edge_stage
(self, src_node, dst_node)
demo/data/scripts/dataset.py:215
↓ 1 callersMethod__get_node_stage
(cls, node)
demo/data/scripts/dataset.py:236
↓ 1 callersMethod__has_feature
(self)
demo/data/scripts/embedx_graph.py:211
↓ 1 callersMethod__load_edges
(self)
demo/data/scripts/dataset.py:134
↓ 1 callersMethod__load_node_label_feature
(self)
demo/data/scripts/dataset.py:121
↓ 1 callersMethod__standardized_feature
(self, feature)
demo/data/scripts/dataset.py:223
↓ 1 callersFunction_build_faiss_index
Build faiss index using product quantization. :param database: embedding matrix for search :param nprobe: max probe cell number for searchin
demo/hit_rate.py:117
↓ 1 callersFunction_create_option_parser
Creates an option parser instance to handle command-line options.
demo/hit_rate.py:28
↓ 1 callersFunction_extract_index
(item_index_dict, query_list)
demo/hit_rate.py:107
↓ 1 callersFunction_extract_valid_query_item
extrac valid query and item array
demo/hit_rate.py:160
↓ 1 callersFunction_get_file_list
(path)
demo/evaluate.py:70
↓ 1 callersFunction_parse_args
()
demo/evaluate.py:91
↓ 1 callersFunction_train_and_evaluate
(train_embeddings, train_labels, test_embeddings,
demo/evaluate.py:35
↓ 1 callersMethodcache_thld
src/graph/graph_config.h:70
↓ 1 callersMethodcache_type
cache
src/graph/graph_config.h:69
↓ 1 callersFunctioneval_file
evaluate hit rate for one file
demo/hit_rate.py:186
↓ 1 callersFunctioneval_hit_rate
evaluate hit rate
demo/hit_rate.py:204
↓ 1 callersMethodfile_loss
src/tools/trainer_context.h:65
↓ 1 callersMethodfind_neighbor
(self, node_id)
demo/data/scripts/embedx_graph.py:98
↓ 1 callersMethodget_group_config_str
(cls, max_feature_num)
demo/data/scripts/embedx_graph.py:116
↓ 1 callersMethodget_neighbor_str
(cls, src_id, neighbor)
demo/data/scripts/embedx_graph.py:110
↓ 1 callersMethodget_node_feature_str
(cls, node)
demo/data/scripts/embedx_graph.py:62
↓ 1 callersMethodget_node_label_str
(cls, node)
demo/data/scripts/embedx_graph.py:71
↓ 1 callersFunctionget_sub_id
(encoder_id)
demo/single/encoder/encoder.py:24
↓ 1 callersMethodkeys
(self)
demo/data/scripts/embedx_graph.py:95
↓ 1 callersFunctionmain
main method.
demo/hit_rate.py:232
↓ 1 callersFunctionmain
()
demo/evaluate.py:113
↓ 1 callersFunctionmake_encoder_id
(group_id, sub_id)
demo/single/encoder/encoder.py:28
↓ 1 callersMethodmax_node_per_rpc
src/graph/graph_config.h:71
↓ 1 callersMethodnegative_sampler_builder
src/deep/data_op/deep_op_resource.h:37
← previousnext →301–400 of 1,185, ranked by callers