MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / forward

Method forward

scripts/intel_quant.py:17–19  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

15 self.conv = nn.Conv2d(10, 10, 3)
16
17 def forward(self, x):
18 x = self.conv(x)
19 return x
20
21
22model = model

Callers 2

nunjucks.min.jsFile · 0.45
nunjucks.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected