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):
It must be a 1D floating-point or boolean tensor, with the number
of elements equalling the total number of edges.
deduplicate: bool
Boolean indicating whether seeds between hops will be deduplicated.
If True, the same elements in seeds will be deleted to only one.
Otherwise, the same elements will be remained.
Boolean indicating whether seeds between hops will be deduplicated.
If True, the same elements in seeds will be deleted to only one.
Otherwise, the same elements will be remained.
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