MCPcopy Create free account
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / forward

Method forward

dmidas/backbones/utils.py:11–12  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

9 self.start_index = start_index
10
11 def forward(self, x):
12 return x[:, self.start_index:]
13
14
15class AddReadout(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected