MCPcopy Create free account
hub / github.com/modelscope/FunASR / output_size

Method output_size

funasr/models/scama/encoder.py:389–391  ·  view source on GitHub ↗

Output size.

(self)

Source from the content-addressed store, hash-verified

387 self.tf2torch_tensor_name_prefix_tf = tf2torch_tensor_name_prefix_tf
388
389 def output_size(self) -> int:
390 """Output size."""
391 return self._output_size
392
393 def forward(
394 self,

Callers 3

forwardMethod · 0.95
forward_chunkMethod · 0.95
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected