Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ forward
Method
forward
dmidas/backbones/utils.py:48–50 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
46
self.dim1 = dim1
47
48
def
forward(self, x):
49
x = x.transpose(self.dim0, self.dim1)
50
return
x
51
52
53
activations = {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected