"examples/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "f4989867713acae87e11993c479723251a0fd942"
Unverified Commit a47eacc1 authored by yxy235's avatar yxy235 Committed by GitHub
Browse files

[GraphBolt] Fix docstr of `sampled_csc` in `SampledSubgraph`. (#7004)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
parent 2fedcdc2
...@@ -54,7 +54,7 @@ class SampledSubgraph: ...@@ -54,7 +54,7 @@ class SampledSubgraph:
2. Heterogeneous graph. 2. Heterogeneous graph.
sampled_csc = {"A:relation:B": gb.CSCFormatBase( >>> sampled_csc = {"A:relation:B": gb.CSCFormatBase(
... indptr=torch.tensor([0, 1, 2, 3]), ... indptr=torch.tensor([0, 1, 2, 3]),
... indices=torch.tensor([0, 1, 2]))} ... indices=torch.tensor([0, 1, 2]))}
>>> print(sampled_csc) >>> print(sampled_csc)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment