MCPcopy
hub / github.com/erikwijmans/Pointnet2_PyTorch / backward

Method backward

pointnet2/utils/pointnet2_utils.py:154–155  ·  view source on GitHub ↗
(ctx, a=None, b=None)

Source from the content-addressed store, hash-verified

152
153 @staticmethod
154 def backward(ctx, a=None, b=None):
155 return None, None
156
157
158three_nn = ThreeNN.apply

Callers 3

_test_loopFunction · 0.45

Calls

no outgoing calls

Tested by 1

_test_loopFunction · 0.36