MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / __init__

Method __init__

data_loader/mesh_utils.py:403–404  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

401
402class World2Local(torch.nn.Module):
403 def __init__(self):
404 super().__init__()
405
406
407 def forward(self, strands_tbn, strands_positions, root_normals):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected