MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / forward

Method forward

model/depth_wrapper.py:36–37  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

34 param.requires_grad = False
35
36 def forward(self, x):
37 return self.model(x)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected