"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "7b2407f4d75aaff406caf67808676d205c58d389"
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