Getting Started
Tutorial
Contribute
C++ API
Python API
open3d.ml.tf.models.
max_pool
Pools features with the maximum values. :param x: [n1, d] features matrix :param inds: [n2, max_num] pooling indices :return: [n2, d] pooled features matrix