CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
uhg/__init__.py
uhg/attention.py
uhg/core.py
uhg/layers.py
uhg/lines.py
uhg/metric.py
uhg/metrics.py
uhg/points.py
uhg/projective.py
uhg/tensor.py
uhg/threat_indicators.py
uhg/transform.py
uhg/utils.py
uhg.egg-info/PKG-INFO
uhg.egg-info/SOURCES.txt
uhg.egg-info/dependency_links.txt
uhg.egg-info/requires.txt
uhg.egg-info/top_level.txt
uhg/cuda/kernels.py
uhg/cuda/ops.py
uhg/datasets/__init__.py
uhg/datasets/base.py
uhg/datasets/graph.py
uhg/manifolds/__init__.py
uhg/manifolds/base.py
uhg/manifolds/hyperbolic.py
uhg/nn/__init__.py
uhg/nn/attention.py
uhg/nn/functional.py
uhg/nn/hgnn.py
uhg/nn/losses.py
uhg/nn/message.py
uhg/nn/layers/__init__.py
uhg/nn/layers/attention.py
uhg/nn/layers/base.py
uhg/nn/layers/conv.py
uhg/nn/layers/hierarchical.py
uhg/nn/layers/linear.py
uhg/nn/layers/sage.py
uhg/nn/models/__init__.py
uhg/nn/models/hgnn.py
uhg/nn/models/hgt.py
uhg/nn/models/hierarchical.py
uhg/nn/models/sage.py
uhg/optim/__init__.py
uhg/optim/adam.py
uhg/optim/base.py
uhg/optim/optimizer.py
uhg/optim/sgd.py
uhg/optim/uhg_adam.py
uhg/optim/uhg_sgd.py
uhg/patterns/__init__.py
uhg/patterns/correlation.py
uhg/samplers/__init__.py
uhg/samplers/base.py
uhg/samplers/hyperbolic.py
uhg/utils/__init__.py
uhg/utils/batch.py
uhg/utils/cross_ratio.py
uhg/utils/metrics.py