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

Method call

tensorflow/python/ops/rnn_cell_impl.py:648–748  ·  view source on GitHub ↗

Run one step of LSTM. Args: inputs: input Tensor, 2D, `[batch, num_units]. state: if `state_is_tuple` is False, this must be a state Tensor, `2-D, [batch, state_size]`. If `state_is_tuple` is True, this must be a tuple of state Tensors, both `2-D`, with column sizes

(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 11

_LinearClass · 0.85
LSTMStateTupleClass · 0.85
sliceMethod · 0.80
with_rankMethod · 0.80
variable_scopeMethod · 0.80
set_partitionerMethod · 0.80
concatMethod · 0.80
sigmoidFunction · 0.70
get_shapeMethod · 0.45
splitMethod · 0.45
get_variableMethod · 0.45

Tested by

no test coverage detected