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

Method create_cell

imperative/python/megengine/module/rnn.py:272–273  ·  view source on GitHub ↗
(self, layer)

Source from the content-addressed store, hash-verified

270
271 @abstractmethod
272 def create_cell(self, layer):
273 raise NotImplementedError("Cell not implemented !")
274
275 @abstractmethod
276 def init_hidden(self):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected