MCPcopy
hub / github.com/pyg-team/pytorch_geometric / wrapper1

Function wrapper1

test/utils/test_coalesce.py:58–59  ·  view source on GitHub ↗
(edge_index: Tensor)

Source from the content-addressed store, hash-verified

56def test_coalesce_jit():
57 @torch.jit.script
58 def wrapper1(edge_index: Tensor) -> Tensor:
59 return coalesce(edge_index)
60
61 @torch.jit.script
62 def wrapper2(

Callers 1

test_coalesce_jitFunction · 0.70

Calls 1

coalesceFunction · 0.90

Tested by

no test coverage detected