open3d.ml.tf.ops.three_interpolate_grad#

open3d.ml.tf.ops.three_interpolate_grad(grad_out, idx, weights, M, name=None)#

TODO

Parameters:
  • grad_out – A Tensor of type float32.

  • idx – A Tensor of type int32.

  • weights – A Tensor of type float32.

  • M – An int.

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

Returns:

A Tensor of type float32.