cugraph
cugraph copied to clipboard
Getter and setter functions of dgl.graph in cugraph storage
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.