Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/FunASR
/ output_size
Method
output_size
funasr/models/transformer/encoder.py:283–285 ·
view source on GitHub ↗
Output size.
(self)
Source
from the content-addressed store, hash-verified
281
self.conditioning_layer = None
282
283
def
output_size(self) -> int:
284
""
"Output size."
""
285
return
self._output_size
286
287
def
forward(
288
self,
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected