OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initial_cell_state
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
lstm_ops.py
460
def _call_cell(self, inputs,
initial_cell_state
, initial_output, dtype,
469
initial_cell_state
: initial value for cell state, shape `[batch_size,
491
initial_state: a tuple `(
initial_cell_state
, initial_output)` with tensors
543
initial_cell_state
, initial_output = initial_state # pylint: disable=unpacking-non-sequence
545
inputs,
initial_cell_state
, initial_output, dtype, sequence_length)
560
[array_ops.expand_dims(
initial_cell_state
, [0]), cell_states], 0)
655
initial_cell_state
=None,
663
initial_cell_state
: initial value for cell state, shape `[batch_size,
702
cs_prev=
initial_cell_state
,
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
attention_wrapper.py
[
all
...]
Completed in 161 milliseconds