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

Method values

python/dgl/frame.py:877–879  ·  view source on GitHub ↗

Return the values.

(self)

Source from the content-addressed store, hash-verified

875 return self._columns.keys()
876
877 def values(self):
878 """Return the values."""
879 return self._columns.values()
880
881 def clone(self):
882 """Return a clone of this frame.

Callers 15

_chunk_graphFunction · 0.45
unbatchFunction · 0.45
pin_memory_Method · 0.45
unpin_memory_Method · 0.45
record_streamMethod · 0.45
get_ntype_id_from_srcMethod · 0.45
get_ntype_id_from_dstMethod · 0.45
materialize_dataMethod · 0.45
pin_memory_Method · 0.45
unpin_memory_Method · 0.45
record_streamMethod · 0.45
_sample_laborsFunction · 0.45

Calls

no outgoing calls

Tested by 15

_initFunction · 0.36
_chunk_graphFunction · 0.36
check_attrs_for_nodesFunction · 0.36
test_to_networkxFunction · 0.36
test_pin_unpin_columnFunction · 0.36
test_to_pyg_dataFunction · 0.36
test_calculate_dir_hashFunction · 0.36