ISubGVQA.sampling.methods.deterministic_scheme

Attributes

LARGE_NUMBER

Functions

rewire_global_directed(scores, k, adj)

rewire_global_undirected(scores, k, adj)

select_from_edge_candidates(scores, k)

Module Contents

ISubGVQA.sampling.methods.deterministic_scheme.LARGE_NUMBER = 10000000000.0
ISubGVQA.sampling.methods.deterministic_scheme.rewire_global_directed(scores: torch.Tensor, k: int, adj: torch.Tensor)
ISubGVQA.sampling.methods.deterministic_scheme.rewire_global_undirected(scores: torch.Tensor, k: int, adj: torch.Tensor)
ISubGVQA.sampling.methods.deterministic_scheme.select_from_edge_candidates(scores: torch.Tensor, k: int)