MCPcopy Index your code
hub / github.com/dmlc/dgl / _pfc

Function _pfc

tests/python/common/function/test_basics.py:101–102  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

99@parametrize_idtype
100def test_batch_setter_getter(idtype):
101 def _pfc(x):
102 return list(F.zerocopy_to_numpy(x)[:, 0])
103
104 g = generate_graph(idtype)
105 # set all nodes

Callers 1

test_batch_setter_getterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected