You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4608 provides an initial implementation of heterogeneous sampling that implemented the public API by iterating over the edge types. If there are n edge types, this will result in n iterations over the vertices in the sampling frontier to perform the sampling, each using a different edge mask.
It should be more efficient to push the heterogeneous sampling down into the graph primitives. That way in one pass through the vertices we can randomly sample all required edges, regardless of type.
The text was updated successfully, but these errors were encountered:
#4608 provides an initial implementation of heterogeneous sampling that implemented the public API by iterating over the edge types. If there are
n
edge types, this will result inn
iterations over the vertices in the sampling frontier to perform the sampling, each using a different edge mask.It should be more efficient to push the heterogeneous sampling down into the graph primitives. That way in one pass through the vertices we can randomly sample all required edges, regardless of type.
The text was updated successfully, but these errors were encountered: