MCPcopy
hub / github.com/nlpodyssey/spago / Model

Struct Model

nn/flatten/flatten.go:18–20  ·  view source on GitHub ↗

Model is a parameter-free model used to instantiate a new Processor.

Source from the content-addressed store, hash-verified

16
17// Model is a parameter-free model used to instantiate a new Processor.
18type Model struct {
19 nn.Module
20}
21
22func init() {
23 gob.Register(&Model{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected