Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenBMB/VoxCPM
/ WNCausalConv1d
Function
WNCausalConv1d
src/voxcpm/modules/audiovae/audio_vae_v2.py:41–42 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
39
40
41
def
WNCausalConv1d(*args, **kwargs):
42
return
weight_norm(CausalConv1d(*args, **kwargs))
43
44
45
def
WNCausalTransposeConv1d(*args, **kwargs):
Callers
6
__init__
Method · 0.70
__init__
Method · 0.70
__init__
Method · 0.70
__init__
Method · 0.70
__init__
Method · 0.70
__init__
Method · 0.70
Calls
1
CausalConv1d
Class · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…