Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/FunASR
/ output_size
Method
output_size
funasr/models/sanm/encoder.py:388–390 ·
view source on GitHub ↗
Output size.
(self)
Source
from the content-addressed store, hash-verified
386
self.tf2torch_tensor_name_prefix_tf = tf2torch_tensor_name_prefix_tf
387
388
def
output_size(self) -> int:
389
""
"Output size."
""
390
return
self._output_size
391
392
def
forward(
393
self,
Callers
7
forward
Method · 0.95
forward_chunk
Method · 0.95
__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