MCPcopy Create free account
hub / github.com/Zhiyuan-R/Tiger-Diffusion / extra_repr

Method extra_repr

modules/ball_query.py:32–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 return neighbor_features, F.grouping(temb, neighbor_indices)
31
32 def extra_repr(self):
33 return 'radius={}, num_neighbors={}{}'.format(
34 self.radius, self.num_neighbors, ', include coordinates' if self.include_coordinates else '')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected