MCPcopy Create free account

hub / github.com/GATECH-EIC/GCoD / types & classes

Types & classes42 in github.com/GATECH-EIC/GCoD

↓ 26 callersClassQuantMeasure
docstring for QuantMeasure.
models/quantize.py:161
↓ 9 callersClassGINConv
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 callersClassGAT
models/network.py:269
↓ 7 callersClassGCN
models/network.py:87
↓ 7 callersClassGIN
models/network.py:436
↓ 7 callersClassNeighborSampler
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 callersClassSAGE
models/network.py:653
↓ 6 callersClassGCNConv
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 callersClassmy_QLinear
docstring for QConv2d.
models/gat_conv.py:17
↓ 4 callersClassGATConv
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 callersClassSAGEConv
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 callersClassmy_QLinear
docstring for QConv2d.
models/sage_conv.py:34
↓ 3 callersClassNet
SGCN/pytorch_train.py:42
↓ 2 callersClassAdj
sampler.py:22
↓ 2 callersClassAdj
models/sampler.py:22
↓ 2 callersClassDataset
train_reddit.py:57
↓ 2 callersClassEdgeIndex
sampler.py:11
↓ 2 callersClassEdgeIndex
models/sampler.py:11
↓ 2 callersClassUniformQuantize
models/quantize.py:42
↓ 2 callersClassUniformQuantizeGrad
models/quantize.py:93
↓ 2 callersClassmy_QLinear
docstring for QConv2d.
network.py:24
↓ 2 callersClassmy_QLinear
docstring for QConv2d.
models/network.py:24
↓ 1 callersClassDataset
train.py:57
↓ 1 callersClassDataset
tune.py:61
↓ 1 callersClassDataset
train_sage_reddit.py:57
↓ 1 callersClassDataset
train_sage.py:57
↓ 1 callersClassNeighborSampler
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 callersClassNormalizedDegree
datasets.py:9
↓ 1 callersClassRandomIndexSampler
sampler.py:167
↓ 1 callersClassRandomIndexSampler
models/sampler.py:167
ClassGAT
network.py:267
ClassGATConv
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
ClassGCN
network.py:87
ClassGIN
network.py:434
ClassGINEConv
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
ClassQConv2d
docstring for QConv2d.
models/quantize.py:208
ClassQLinear
docstring for QConv2d.
models/quantize.py:302
ClassRandomNodeSampler
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
ClassRandomNodeSampler
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
ClassRangeBN
models/quantize.py:336
ClassRangeBN1d
models/quantize.py:412
ClassSAGE
network.py:654