↓ 1 callersFunctionapply_merging_operation(
motif: str,
mols: List[MolGraph],
stats: Dict[str, int],
indices: Dict[str, Dict[int, int]],
src/merging_operation_learning.py:197
↓ 1 callersMethodapply_merging_operation(self, motif: str, stats: Dict[str, int], indices: Dict[str, Dict[int, int]])
src/merging_operation_learning.py:29
↓ 1 callersFunctionapply_merging_operation_consumer(mols: List[MolGraph], stats: Dict[str, int], indices: Dict[str, Dict[int, int]], q: Queue, num_workers: int)
src/merging_operation_learning.py:179
↓ 1 callersFunctionget_stats_consumer(stats: Dict[str, int], indices: Dict[str, Dict[int, int]], q: Queue, num_workers: int)
src/merging_operation_learning.py:100
↓ 1 callersFunctionupdate_stats(mol: MolGraph, graph: nx.Graph, new_graph: nx.Graph, node1: int, node2: int, stats: Dict[str, int], indices:
src/merging_operation_learning.py:134
↓ 1 callersFunctionupdate_stats_producer(mol: MolGraph, graph: nx.Graph, new_graph: nx.Graph, node1: int, node2: int, q: Queue, i: int)
src/merging_operation_learning.py:156
Method__init__(self, in_channels, out_channels, hidden_channels, edge_dim, depth, dropout, virtual: bool=True, pooling: str=
src/model/nn.py:71