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

Method record_stream

python/dgl/frame.py:982–986  ·  view source on GitHub ↗

Record stream that is using the data of every column, materializing them if necessary.

(self, stream)

Source from the content-addressed store, hash-verified

980 column.unpin_memory_()
981
982 def record_stream(self, stream):
983 """Record stream that is using the data of every column, materializing them
984 if necessary."""
985 for column in self._columns.values():
986 column.record_stream(stream)
987
988 def _astype_float(self, new_type):
989 assert new_type in [

Callers 4

record_streamMethod · 0.45
record_streamMethod · 0.45
perform_copyFunction · 0.45
perform_computingFunction · 0.45

Calls 1

valuesMethod · 0.45

Tested by 2

perform_copyFunction · 0.36
perform_computingFunction · 0.36