MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / __init__

Method __init__

imperative/python/megengine/module/rnn.py:538–539  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

536 """
537
538 def __init__(self, *args, **kwargs) -> None:
539 super(LSTM, self).__init__(*args, **kwargs)
540
541 def create_cell(self, layer):
542 if layer == 0:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected