MCPcopy Create free account
hub / github.com/hankcs/HanLP / __init__

Method __init__

hanlp/layers/time_distributed.py:26–28  ·  view source on GitHub ↗
(self, module)

Source from the content-addressed store, hash-verified

24 """
25
26 def __init__(self, module):
27 super().__init__()
28 self._module = module
29
30
31 def forward(self, *inputs, pass_through: List[str] = None, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected