open3d.ml.tf.ops.ball_query#

open3d.ml.tf.ops.ball_query(xyz, center, radius, nsample, name=None)#

TODO

Parameters:
  • xyz – A Tensor of type float32.

  • center – A Tensor of type float32.

  • radius – A float.

  • nsample – An int.

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

Returns:

A Tensor of type int32.