Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ init_hidden
Method
init_hidden
imperative/python/megengine/module/rnn.py:276–277 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
274
275
@abstractmethod
276
def
init_hidden(self):
277
raise
NotImplementedError(
"init_hidden not implemented !"
)
278
279
@abstractmethod
280
def
get_output_from_hidden(self, hx):
Callers
1
forward
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected