MCPcopy Create free account
hub / github.com/FunAudioLLM/SenseVoice / __init__

Method __init__

model.py:269–270  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

267
268class LayerNorm(nn.LayerNorm):
269 def __init__(self, *args, **kwargs):
270 super().__init__(*args, **kwargs)
271
272 def forward(self, input):
273 output = F.layer_norm(

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected