Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
100
def
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_getter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected