cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Getter and setter functions of dgl.graph in cugraph storage

Open oyilmaz-nvidia opened this issue 2 years ago • 0 comments

Is it possible to add all the getter and setter functions of the dgl.graph into the cugraph storage? For instance, we use the following code;

compare = graph.nodes["node1"].data.get("data1")

to get the data of a node.

oyilmaz-nvidia avatar Feb 27 '23 17:02 oyilmaz-nvidia