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

Method call

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

Source from the content-addressed store, hash-verified

137 [rnn_cell_impl.LSTMCell(1) for _ in range(2)])
138
139 def call(self, inputs):
140 return self._cell(inputs, self._cell.get_initial_state(inputs))
141
142
143class KerasNetworkKerasRNNs(keras_network.Network):

Callers

nothing calls this directly

Calls 2

_cellMethod · 0.80
get_initial_stateMethod · 0.45

Tested by

no test coverage detected