Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yerfor/GeneFacePlusPlus
/ __init__
Method
__init__
modules/audio2motion/flow_base.py:120–122 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
118
119
class
Permute(nn.Module):
120
def
__init__(self, *args):
121
super(Permute, self).__init__()
122
self.args = args
123
124
def
forward(self, x):
125
return
x.permute(self.args)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected