MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / call

Method call

tensorflow/python/ops/rnn_cell_impl.py:493–537  ·  view source on GitHub ↗

Long short-term memory cell (LSTM). Args: inputs: `2-D` tensor with shape `[batch_size, input_size]`. state: An `LSTMStateTuple` of state tensors, each shaped `[batch_size, self.state_size]`, if `state_is_tuple` has been set to `True`. Otherwise, a `Tensor` shaped

(self, inputs, state)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

LSTMStateTupleClass · 0.85
concatMethod · 0.80
multiplyFunction · 0.70
sigmoidFunction · 0.70
addFunction · 0.50
constantMethod · 0.45
splitMethod · 0.45
matmulMethod · 0.45

Tested by

no test coverage detected