open3d.ml.tf.models.tf_batch_neighbors¶
-
open3d.ml.tf.models.
tf_batch_neighbors
(queries, supports, q_batches, s_batches, radius, name=None)¶ TODO: add doc.
- Parameters
queries – A Tensor of type float32.
supports – A Tensor of type float32.
q_batches – A Tensor of type int32.
s_batches – A Tensor of type int32.
radius – A Tensor of type float32.
name – A name for the operation (optional).
- Returns
A Tensor of type int32.