MCPcopy Index your code
hub / github.com/modelscope/FunASR / output_size

Method output_size

funasr/models/lcbnet/encoder.py:215–217  ·  view source on GitHub ↗

Output size.

(self)

Source from the content-addressed store, hash-verified

213 self.after_norm = LayerNorm(output_size)
214
215 def output_size(self) -> int:
216 """Output size."""
217 return self._output_size
218
219 def forward(
220 self,

Callers 6

__init__Method · 0.45
__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