Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_graph
Function · 0.45
unbatch
Function · 0.45
pin_memory_
Method · 0.45
unpin_memory_
Method · 0.45
record_stream
Method · 0.45
get_ntype_id_from_src
Method · 0.45
get_ntype_id_from_dst
Method · 0.45
materialize_data
Method · 0.45
pin_memory_
Method · 0.45
unpin_memory_
Method · 0.45
record_stream
Method · 0.45
_sample_labors
Function · 0.45
Calls
no outgoing calls
Tested by
15
_init
Function · 0.36
_chunk_graph
Function · 0.36
check_attrs_for_nodes
Function · 0.36
check_attr_values_for_nodes
Function · 0.36
test_to_networkx
Function · 0.36
test_pin_unpin_column
Function · 0.36
_assert_spmat_equal_to_torch_sparse_csr
Function · 0.36
_assert_spmat_equal_to_torch_sparse_csc
Function · 0.36
test_to_pyg_data
Function · 0.36
test_SubgraphSampler_Link_Hetero
Function · 0.36
test_SubgraphSampler_HyperLink_Hetero
Function · 0.36
test_calculate_dir_hash
Function · 0.36