Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepGraphLearning/graphvite
/ functions
Functions
329 in github.com/DeepGraphLearning/graphvite
⨍
Functions
329
◇
Types & classes
71
Method
Memory
* @brief Construct a memory space * @param _device_id GPU id, -1 for CPU * @param _count number of data * @param _stream CUDA stream
include/base/memory.h:51
Function
MiB
include/util/common.h:36
Method
Momentum
include/core/optimizer.h:281
Method
QuatE
(heads, relations, tails)
python/graphvite/application/network.py:129
Method
RMSprop
include/core/optimizer.h:301
Method
RotatE
(heads, relations, tails, margin=12)
python/graphvite/application/network.py:84
Method
SamplerMixin
* Construct a general edge sampler * @param _solver pointer to graph embedding solver * @param _device_id GPU id */
include/core/solver.h:943
Method
SimplE
(heads, relations, tails)
python/graphvite/application/network.py:119
Method
SolverMixin
* @brief Construct a general solver * @param device_ids list of GPU ids, {} for auto * @param _num_sampler_per_worker number of sampler thre
include/core/solver.h:184
Method
Timer
include/util/time.h:40
Method
TransE
(heads, relations, tails, margin=12)
python/graphvite/application/network.py:78
Method
Vector
Default constructor */
include/base/vector.h:42
Method
WorkerMixin
* Construct a general training worker * @param _solver pointer to graph embedding solver * @param _device_id GPU id */
include/core/solver.h:1231
Method
__array_wrap__
(self, arr, context=None)
python/graphvite/util.py:115
Method
__enter__
(self)
python/graphvite/util.py:79
Method
__exit__
(self, *args)
python/graphvite/util.py:83
Method
__getattr__
(self, key)
python/graphvite/dataset.py:218
Method
__init__
(self, name, urls=None, members=None)
python/graphvite/dataset.py:108
Method
__init__
(self)
python/graphvite/dataset.py:410
Method
__init__
(self)
python/graphvite/dataset.py:455
Method
__init__
(self)
python/graphvite/dataset.py:475
Method
__init__
(self)
python/graphvite/dataset.py:495
Method
__init__
(self)
python/graphvite/dataset.py:528
Method
__init__
(self)
python/graphvite/dataset.py:553
Method
__init__
(self)
python/graphvite/dataset.py:619
Method
__init__
(self)
python/graphvite/dataset.py:637
Method
__init__
(self)
python/graphvite/dataset.py:655
Method
__init__
(self)
python/graphvite/dataset.py:673
Method
__init__
(self)
python/graphvite/dataset.py:691
Method
__init__
(self)
python/graphvite/dataset.py:749
Method
__init__
(self)
python/graphvite/dataset.py:765
Method
__init__
(self)
python/graphvite/dataset.py:803
Method
__init__
(self)
python/graphvite/dataset.py:873
Method
__init__
(self, dir)
python/graphvite/util.py:76
Method
__init__
(self, name_style="class")
python/graphvite/util.py:135
Method
__init__
(self, embedding, num_class, normalization=False)
python/graphvite/application/network.py:31
Method
__init__
(self, dim, gpus=[], cpu_per_gpu=auto, gpu_memory_limit=auto, float_type=cfg.float_type, inde
python/graphvite/application/application.py:50
Method
__new__
(cls, type=auto, *args, **kwargs)
python/graphvite/optimizer.py:37
Method
__new__
(cls, *args, **kwargs)
python/graphvite/helper.py:85
Method
__new__
(cls, type, *args, **kwargs)
python/graphvite/application/application.py:1388
Method
__reduce__
(self)
python/graphvite/util.py:111
Method
adagrad_update
include/core/optimizer.h:182
Method
adam_update
include/core/optimizer.h:204
Method
alias2entity_preprocess
(self, save_file)
python/graphvite/dataset.py:735
Method
alias2relation_preprocess
(self, save_file)
python/graphvite/dataset.py:738
Method
animation
Rotate learn 3D coordinates as an animation. Parameters: Y (list of str, optional): labels of vectors file_n
python/graphvite/application/application.py:1257
Method
backward
include/instance/model/visualization.h:49
Method
backward
include/instance/model/knowledge_graph.h:50
Method
backward
include/instance/model/knowledge_graph.h:129
Method
backward
include/instance/model/knowledge_graph.h:226
Method
backward
include/instance/model/knowledge_graph.h:370
Method
backward
include/instance/model/knowledge_graph.h:472
Method
backward
include/instance/model/knowledge_graph.h:621
Function
baseline_main
(args)
python/graphvite/cmd.py:193
Function
bit_ceil
include/util/math.h:68
Function
bit_floor
include/util/math.h:59
Method
build
Determine and allocate all resources for the sampler */
include/core/solver.h:960
Method
build
Determine and allocate all resources for the worker */
include/core/solver.h:1281
Method
build_alias
Should build alias reference for embeddings */
include/core/solver.h:242
Method
build_negative_sampler
Build the alias table for negative sampling */
include/core/solver.h:1264
Method
call
Monitor the arguments of a function. Parameters: function (function): function to monitor Returns:
python/graphvite/util.py:169
Method
clear
Free GPU memory */
include/core/solver.h:970
Method
clear
Free GPU memory */
include/core/solver.h:1332
Method
constant_schedule
Constant schedule */
include/core/optimizer.h:82
Method
count_numpy
Count edges for each sample block. This function can be parallelized. */
include/core/solver.h:1070
Method
cpu_memory_demand
include/core/solver.h:862
Method
distribute
Distribute edges to the sample pool. This function can be parallelized. */
include/core/solver.h:1083
Method
distribute_numpy
Distribute edges to the sample pool. This function can be parallelized. */
include/core/solver.h:1110
Method
entity_prediction
Predict the distribution of missing entity or relation for triplets. Parameters: H (list of str, optional): names of hea
python/graphvite/application/application.py:646
Method
feature_data_preprocess
(self, save_file)
python/graphvite/dataset.py:1053
Method
fill
Fill the memory space with data. Automatically resize the memory when necessary. */
include/base/memory.h:186
Method
forward
(self, indexes)
python/graphvite/application/network.py:39
Method
forward
(self, *indexes)
python/graphvite/application/network.py:62
Method
forward
include/instance/model/graph.h:40
Method
forward
include/instance/model/visualization.h:41
Method
forward
include/instance/model/knowledge_graph.h:42
Method
forward
include/instance/model/knowledge_graph.h:120
Method
forward
include/instance/model/knowledge_graph.h:208
Method
forward
include/instance/model/knowledge_graph.h:359
Method
forward
include/instance/model/knowledge_graph.h:454
Method
forward
include/instance/model/knowledge_graph.h:594
Method
from_memmap
(cls, *args, **kwargs)
python/graphvite/util.py:108
Method
get_attributes
(object, filter)
python/graphvite/application/application.py:167
Function
get_dataset
(x)
python/graphvite/cmd.py:84
Method
get_graph
(self, **kwargs)
python/graphvite/application/application.py:277
Method
get_graph
(self, **kwargs)
python/graphvite/application/application.py:559
Method
get_graph
(self, **kwargs)
python/graphvite/application/application.py:629
Method
get_graph
(self, **kwargs)
python/graphvite/application/application.py:1099
Method
get_min_partition
Determine the minimum number of partitions */
include/core/solver.h:269
Method
get_sample_function
Determine and prepare the sampling function */
include/core/solver.h:259
Method
get_schedule
Determine the schedule of partitions */
include/core/solver.h:519
Method
get_solver
(self, **kwargs)
python/graphvite/application/application.py:280
Method
get_solver
(self, **kwargs)
python/graphvite/application/application.py:562
Method
get_solver
(self, **kwargs)
python/graphvite/application/application.py:632
Method
get_solver
(self, **kwargs)
python/graphvite/application/application.py:1105
Function
get_update_function
include/core/optimizer.h:226
Function
get_update_function_1_moment
include/core/optimizer.h:242
Function
get_update_function_2_moment
include/core/optimizer.h:262
Method
gpu_memory_demand
* @param protocols protocols of embeddings * @param shapes shapes of embeddings * @param sampler_protocol protocol of negative sampling
include/core/solver.h:827
Method
gpu_memory_demand
@return GPU memory cost */
include/core/solver.h:1141
← previous
next →
101–200 of 329, ranked by callers