Home
last modified time | relevance | path

Searched refs:construct_rnn_cell (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Drnn_common.py81 def construct_rnn_cell(num_units, cell_type='basic_rnn', function
Dstate_saving_rnn_estimator.py473 cell = rnn_common.construct_rnn_cell(num_units, cell_type, dropout)
Ddynamic_rnn_estimator.py490 cell = rnn_common.construct_rnn_cell(num_units, cell_type, dropout)