MCPcopy Create free account
hub / github.com/ashawkey/RAD-NeRF / __repr__

Method __repr__

freqencoder/freq.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 self.output_dim = input_dim + input_dim * 2 * degree
62
63 def __repr__(self):
64 return f"FreqEncoder: input_dim={self.input_dim} degree={self.degree} output_dim={self.output_dim}"
65
66 def forward(self, inputs, **kwargs):
67 # inputs: [..., input_dim]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected