MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / call

Method call

tensorflow/python/kernel_tests/rnn_test.py:150–151  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

148 [keras.layers.LSTMCell(1) for _ in range(2)])
149
150 def call(self, inputs):
151 return self._cell(inputs, self._cell.get_initial_state(inputs))
152
153
154class RNNTest(test.TestCase):

Callers

nothing calls this directly

Calls 2

_cellMethod · 0.80
get_initial_stateMethod · 0.45

Tested by

no test coverage detected