open3d.ml.tf.models.ordered_neighbors

open3d.ml.tf.models.ordered_neighbors(queries, supports, radius, name=None)

TODO: add doc.

Parameters
  • queries – A Tensor of type float32.

  • supports – A Tensor of type float32.

  • radius – A Tensor of type float32.

  • name – A name for the operation (optional).

Returns

A Tensor of type int32.