open3d.ml.tf.ops.three_nn#
- open3d.ml.tf.ops.three_nn(query_pts, data_pts, name=None)#
TODO
- Parameters:
query_pts – A Tensor of type float32.
data_pts – A Tensor of type float32.
name – A name for the operation (optional).
- Returns:
A tuple of Tensor objects (out_dist2, out_idx).
out_dist2: A Tensor of type float32. out_idx: A Tensor of type int32.