()
| 27 | super(DeepSDF, self).__init__() |
| 28 | |
| 29 | def make_sequence(): |
| 30 | return [] |
| 31 | if positional_encoding is True: |
| 32 | dims = [latent_size + 2*fourier_degree*3] + dims + [1] |
| 33 | else: |
nothing calls this directly
no outgoing calls
no test coverage detected