Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getter and setter functions of dgl.graph in cugraph storage #3303

Closed
Tracked by #4350
oyilmaz-nvidia opened this issue Feb 27, 2023 · 0 comments · Fixed by #4486
Closed
Tracked by #4350

Getter and setter functions of dgl.graph in cugraph storage #3303

oyilmaz-nvidia opened this issue Feb 27, 2023 · 0 comments · Fixed by #4486
Assignees
Labels
feature request New feature or request
Milestone

Comments

@oyilmaz-nvidia
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants