MCPcopy
hub / github.com/dmlc/dgl / unpin_memory_

Method unpin_memory_

python/dgl/frame.py:976–980  ·  view source on GitHub ↗

Unregisters the data of every column from pinned memory, materializing them if necessary.

(self)

Source from the content-addressed store, hash-verified

974 column.pin_memory_()
975
976 def unpin_memory_(self):
977 """Unregisters the data of every column from pinned memory, materializing them
978 if necessary."""
979 for column in self._columns.values():
980 column.unpin_memory_()
981
982 def record_stream(self, stream):
983 """Record stream that is using the data of every column, materializing them

Callers 9

unpin_memory_Method · 0.45
test_pickling_is_pinnedFunction · 0.45
test_subframesFunction · 0.45
test_uva_subgraphFunction · 0.45
test_pin_memory_Function · 0.45
test_uniform_random_walkFunction · 0.45
test_pinsage_samplingFunction · 0.45
test_pin_unpinFunction · 0.45

Calls 1

valuesMethod · 0.45

Tested by 8

test_pickling_is_pinnedFunction · 0.36
test_subframesFunction · 0.36
test_uva_subgraphFunction · 0.36
test_pin_memory_Function · 0.36
test_uniform_random_walkFunction · 0.36
test_pinsage_samplingFunction · 0.36
test_pin_unpinFunction · 0.36