OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lstm_cell
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
rnn_cells_test.py
48
lstm_cell
= rnn_cells.MaskedBasicLSTMCell(self.dim)
49
lstm_cell
(inputs, state)
72
lstm_cell
= rnn_cells.MaskedLSTMCell(self.dim)
73
lstm_cell
(inputs, state)
/external/tensorflow/tensorflow/contrib/model_pruning/python/
strip_pruning_vars_test.py
112
def
lstm_cell
():
function in function:StripPruningVarsTest._build_lstm_model
117
[
lstm_cell
() for _ in range(number_of_layers)], state_is_tuple=True)
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
gru_ops.py
153
cases. By default this is "
lstm_cell
", for variable-name compatibility
lstm_ops.py
355
name="
lstm_cell
"):
369
cases. By default this is "
lstm_cell
", for variable-name compatibility
386
"scope": "
lstm_cell
"
621
cases. By default this is "
lstm_cell
", for variable-name compatibility
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
rnn_cell_test.py
[
all
...]
/external/tensorflow/tensorflow/python/kernel_tests/
rnn_test.py
641
lstm_cell
= rnn_cell_impl.LSTMCell(1, name="basic_lstm_cell")
642
lstm_cell
(array_ops.ones([1, 1]),
643
state=
lstm_cell
.get_initial_state(inputs=None,
646
self.evaluate([v.initializer for v in
lstm_cell
.variables])
649
self.assertAllEqual([10.] * 4, self.evaluate(
lstm_cell
._bias))
[
all
...]
/external/tensorflow/tensorflow/lite/testing/
generate_examples.py
[
all
...]
Completed in 4953 milliseconds