22 bool removeDuplicates =
true,
23 bool flipDirections =
false);
27 at::Tensor
buildEdgesFRNN(at::Tensor& embedFeatures,
float rVal,
int kVal,
28 bool flipDirections =
false);
34 bool flipDirections =
false);
43 at::Tensor
buildEdges(at::Tensor& embedFeatures,
float rVal,
int kVal,
44 bool flipDirections =
false);