Coordinate hashing¶ torch_lattice.nn.functional.hash.sphash(coords, offsets=None)[source]¶ Hash (batch, x, y, z) int32 coordinate rows. Return type: Tensor Parameters: coords (Tensor) offsets (Tensor | None)