MCPcopy Create free account

hub / github.com/HazyResearch/hgcn / functions

Functions178 in github.com/HazyResearch/hgcn

Method__init__
(self, args)
models/base_models.py:97
Method__new__
(cls, data, requires_grad, manifold, c)
manifolds/base.py:80
Method__repr__
(self)
layers/att_layers.py:116
Method__repr__
(self)
manifolds/base.py:87
Functionarsinh
(x)
utils/math_utils.py:22
Methodbackward
(ctx, grad_output)
utils/math_utils.py:52
Methodbackward
(ctx, grad_output)
utils/math_utils.py:66
Methodbackward
(ctx, grad_output)
layers/att_layers.py:43
Methodcompute_metrics
(self, embeddings, data, split)
models/base_models.py:44
Methodcompute_metrics
(self, embeddings, data, split)
models/base_models.py:112
Methoddecode
(self, x, adj)
models/decoders.py:65
Methodegrad2rgrad
(self, p, dp, c)
manifolds/euclidean.py:23
Methodegrad2rgrad
(self, p, dp, c)
manifolds/poincare.py:37
Methodencode
(self, x, adj)
models/encoders.py:24
Methodencode
(self, x, adj)
models/encoders.py:117
Methodencode
(self, x, adj)
models/encoders.py:181
Methodencode
(self, x, adj)
models/base_models.py:37
Methodexpmap
(self, u, p, c)
manifolds/euclidean.py:35
Methodexpmap
(self, u, p, c)
manifolds/poincare.py:55
Methodexpmap0
(self, u, c)
manifolds/euclidean.py:41
Methodexpmap0
(self, u, c)
manifolds/poincare.py:73
Methodextra_repr
(self)
layers/layers.py:53
Methodextra_repr
(self)
layers/hyp_layers.py:111
Methodextra_repr
(self)
layers/hyp_layers.py:155
Methodextra_repr
(self)
layers/hyp_layers.py:176
Methodextra_repr
(self)
models/decoders.py:69
Methodforward
(ctx, x)
utils/math_utils.py:32
Methodforward
(ctx, x)
utils/math_utils.py:46
Methodforward
(ctx, x)
utils/math_utils.py:59
Methodforward
(self, input)
layers/layers.py:42
Methodforward
(self, dist)
layers/layers.py:85
Methodforward
(self, x, adj)
layers/att_layers.py:15
Methodforward
(ctx, indices, values, shape, b)
layers/att_layers.py:35
Methodforward
(self, indices, values, shape, b)
layers/att_layers.py:56
Methodforward
(self, input, adj)
layers/att_layers.py:82
Methodforward
(self, input)
layers/att_layers.py:135
Methodforward
(self, x)
layers/hyp_layers.py:52
Methodforward
(self, input)
layers/hyp_layers.py:69
Methodforward
(self, x)
layers/hyp_layers.py:99
Methodforward
(self, x)
layers/hyp_layers.py:171
Functionfunc
(x)
utils/train_utils.py:54
Functionget_dim_act_curv
Helper function to get dimension and activation at every layer. :param args: :return:
layers/hyp_layers.py:13
Methodhas_improved
(self, m1, m2)
models/base_models.py:50
Methodhas_improved
(self, m1, m2)
models/base_models.py:134
Methodinit_metric_dict
(self)
models/base_models.py:47
Methodinit_metric_dict
(self)
models/base_models.py:131
Methodinit_weights
(self, w, c, irange=1e-5)
manifolds/euclidean.py:54
Methodinit_weights
(self, w, c, irange=1e-5)
manifolds/poincare.py:104
Methodinner
(self, p, c, u, v=None, keepdim=False)
manifolds/euclidean.py:58
Methodinner
(self, x, c, u, v=None, keepdim=False)
manifolds/poincare.py:120
Methodlogmap
(self, p1, p2, c)
manifolds/euclidean.py:38
Methodlogmap
(self, p1, p2, c)
manifolds/poincare.py:66
Methodlogmap0
(self, p, c)
manifolds/euclidean.py:44
Methodlogmap0
(self, p, c)
manifolds/poincare.py:79
Methodmobius_add
(self, x, y, c, dim=-1)
manifolds/euclidean.py:47
Methodmobius_add
(self, x, y, c)
manifolds/hyperboloid.py:115
Methodmobius_matvec
(self, m, x, c)
manifolds/euclidean.py:50
Methodmobius_matvec
(self, m, x, c)
manifolds/hyperboloid.py:120
Methodmobius_matvec
(self, m, x, c)
manifolds/poincare.py:93
Methodproj
(self, p, c)
manifolds/euclidean.py:26
Methodproj
(self, x, c)
manifolds/poincare.py:42
Methodproj_tan
(self, u, p, c)
manifolds/euclidean.py:29
Methodproj_tan
(self, u, p, c)
manifolds/poincare.py:49
Methodproj_tan0
(self, u, c)
manifolds/euclidean.py:32
Methodproj_tan0
(self, u, c)
manifolds/hyperboloid.py:64
Methodproj_tan0
(self, u, c)
manifolds/poincare.py:52
Methodptransp
(self, x, y, v, c)
manifolds/euclidean.py:63
Methodptransp
(self, x, y, u, c)
manifolds/hyperboloid.py:125
Methodptransp
(self, x, y, u, c)
manifolds/poincare.py:126
Methodptransp0
(self, x, v, c)
manifolds/euclidean.py:66
Methodptransp0
Parallel transport of u from the origin to y.
manifolds/base.py:71
Methodptransp0
(self, x, u, c)
manifolds/poincare.py:136
Methodptransp_
(self, x, y, u, c)
manifolds/poincare.py:131
Methodsqdist
(self, p1, p2, c)
manifolds/euclidean.py:20
Methodsqdist
(self, p1, p2, c)
manifolds/poincare.py:25
Methodstabilize
Stabilize parameters if they are off-manifold due to numerical reasons
optimizers/radam.py:17
Methodto_hyperboloid
(self, x, c)
manifolds/poincare.py:140
Methodto_poincare
(self, x, c)
manifolds/hyperboloid.py:148
← previous101–178 of 178, ranked by callers