Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GATECH-EIC/GCoD
/ types & classes
Types & classes
42 in github.com/GATECH-EIC/GCoD
⨍
Functions
303
◇
Types & classes
42
↓ 26 callers
Class
QuantMeasure
docstring for QuantMeasure.
models/quantize.py:161
↓ 9 callers
Class
GINConv
r"""The graph isomorphism operator from the `"How Powerful are Graph Neural Networks?" <https://arxiv.org/abs/1810.00826>`_ paper .. math::
models/gin_conv.py:69
↓ 7 callers
Class
GAT
models/network.py:269
↓ 7 callers
Class
GCN
models/network.py:87
↓ 7 callers
Class
GIN
models/network.py:436
↓ 7 callers
Class
NeighborSampler
r"""The neighbor sampler from the `"Inductive Representation Learning on Large Graphs" <https://arxiv.org/abs/1706.02216>`_ paper, which allows
sampler.py:33
↓ 7 callers
Class
SAGE
models/network.py:653
↓ 6 callers
Class
GCNConv
r"""The graph convolutional operator from the `"Semi-supervised Classification with Graph Convolutional Networks" <https://arxiv.org/abs/1609.
models/gcn_conv.py:69
↓ 6 callers
Class
my_QLinear
docstring for QConv2d.
models/gat_conv.py:17
↓ 4 callers
Class
GATConv
r"""The graph attentional operator from the `"Graph Attention Networks" <https://arxiv.org/abs/1710.10903>`_ paper .. math:: \mathbf{
models/gat_conv.py:57
↓ 4 callers
Class
SAGEConv
r"""The GraphSAGE operator from the `"Inductive Representation Learning on Large Graphs" <https://arxiv.org/abs/1706.02216>`_ paper .. math::
models/sage_conv.py:77
↓ 4 callers
Class
my_QLinear
docstring for QConv2d.
models/sage_conv.py:34
↓ 3 callers
Class
Net
SGCN/pytorch_train.py:42
↓ 2 callers
Class
Adj
sampler.py:22
↓ 2 callers
Class
Adj
models/sampler.py:22
↓ 2 callers
Class
Dataset
train_reddit.py:57
↓ 2 callers
Class
EdgeIndex
sampler.py:11
↓ 2 callers
Class
EdgeIndex
models/sampler.py:11
↓ 2 callers
Class
UniformQuantize
models/quantize.py:42
↓ 2 callers
Class
UniformQuantizeGrad
models/quantize.py:93
↓ 2 callers
Class
my_QLinear
docstring for QConv2d.
network.py:24
↓ 2 callers
Class
my_QLinear
docstring for QConv2d.
models/network.py:24
↓ 1 callers
Class
Dataset
train.py:57
↓ 1 callers
Class
Dataset
tune.py:61
↓ 1 callers
Class
Dataset
train_sage_reddit.py:57
↓ 1 callers
Class
Dataset
train_sage.py:57
↓ 1 callers
Class
NeighborSampler
r"""The neighbor sampler from the `"Inductive Representation Learning on Large Graphs" <https://arxiv.org/abs/1706.02216>`_ paper, which allows
models/sampler.py:33
↓ 1 callers
Class
NormalizedDegree
datasets.py:9
↓ 1 callers
Class
RandomIndexSampler
sampler.py:167
↓ 1 callers
Class
RandomIndexSampler
models/sampler.py:167
Class
GAT
network.py:267
Class
GATConv
r"""The graph attentional operator from the `"Graph Attention Networks" <https://arxiv.org/abs/1710.10903>`_ paper .. math:: \mathbf{
models/global_gat_conv.py:18
Class
GCN
network.py:87
Class
GIN
network.py:434
Class
GINEConv
r"""The modified :class:`GINConv` operator from the `"Strategies for Pre-training Graph Neural Networks" <https://arxiv.org/abs/1905.12265>`_
models/gin_conv.py:222
Class
QConv2d
docstring for QConv2d.
models/quantize.py:208
Class
QLinear
docstring for QConv2d.
models/quantize.py:302
Class
RandomNodeSampler
r"""A data loader that randomly samples nodes within a graph and returns their induced subgraph. .. note:: For an example of using :ob
sampler.py:189
Class
RandomNodeSampler
r"""A data loader that randomly samples nodes within a graph and returns their induced subgraph. .. note:: For an example of using :ob
models/sampler.py:189
Class
RangeBN
models/quantize.py:336
Class
RangeBN1d
models/quantize.py:412
Class
SAGE
network.py:654