"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "23ebbb4bc81a17ebea17cb7cb94f301199e49a7f"
Unverified Commit 2595fa98 authored by yxy235's avatar yxy235 Committed by GitHub
Browse files

[GraphBolt] Fix intent bug of class LayerNeighborSampler DOC (#6429)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
parent c94d2a5f
...@@ -176,9 +176,9 @@ class LayerNeighborSampler(NeighborSampler): ...@@ -176,9 +176,9 @@ class LayerNeighborSampler(NeighborSampler):
It must be a 1D floating-point or boolean tensor, with the number It must be a 1D floating-point or boolean tensor, with the number
of elements equalling the total number of edges. of elements equalling the total number of edges.
deduplicate: bool deduplicate: bool
Boolean indicating whether seeds between hops will be deduplicated. Boolean indicating whether seeds between hops will be deduplicated.
If True, the same elements in seeds will be deleted to only one. If True, the same elements in seeds will be deleted to only one.
Otherwise, the same elements will be remained. Otherwise, the same elements will be remained.
Examples Examples
------- -------
......
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