Model is a parameter-free model used to instantiate a new Processor.
| 16 | |
| 17 | // Model is a parameter-free model used to instantiate a new Processor. |
| 18 | type Model struct { |
| 19 | nn.Module |
| 20 | } |
| 21 | |
| 22 | func init() { |
| 23 | gob.Register(&Model{}) |
nothing calls this directly
no outgoing calls
no test coverage detected